Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments/ |
Upload File : |
<?php /** * No Payments HTML template. * * @since 1.8.2 * * @var string $cta_url URL for the "Go To All Forms" CTA button. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-admin-empty-state-container wpforms-admin-no-payments"> <h2 class="waving-hand-emoji"><?php esc_html_e( 'Hi there!', 'wpforms-lite' ); ?></h2> <h4><?php esc_html_e( "It looks like you haven't received any payments yet.", 'wpforms-lite' ); ?></h4> <p><?php esc_html_e( "Your payment gateway has been configured and you're ready to go.", 'wpforms-lite' ); ?></p> <img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/empty-states/payments/no-payments.svg' ); ?>" alt="" style="max-width: 314px;"> <?php if ( wpforms_current_user_can( 'view_forms' ) ) : ?> <a href="<?php echo esc_url( $cta_url ); ?>" class="wpforms-btn wpforms-btn-lg wpforms-btn-orange"> <?php esc_html_e( 'Go To All Forms', 'wpforms-lite' ); ?> </a> <?php endif; ?> <p class="wpforms-admin-no-forms-footer"> <?php printf( wp_kses( /* translators: %s - URL to the comprehensive guide. */ __( 'Need some help? Check out our <a href="%s" rel="noopener noreferrer" target="_blank">comprehensive guide.</a>', 'wpforms-lite' ), [ 'a' => [ 'href' => [], 'rel' => [], 'target' => [], ], ] ), esc_url( wpforms_utm_link( 'https://wpforms.com/docs/using-stripe-with-wpforms-lite/', 'Payments Dashboard', 'Activated - Manage Payments Documentation' ) ) ); ?> </p> </div>