MOON
Server: Apache
System: Linux server.royaltuning.hu 4.18.0-425.13.1.el8_7.x86_64 #1 SMP Tue Feb 21 04:20:52 EST 2023 x86_64
User: royaltuning (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/royaltuning/www/public/wp-content/plugins/woo-stripe-payment/templates/offsite-notice.php
<?php
/**
 * @var string $text
 * @var string $title
 * @version 3.3.34
 */

?>
<div class="wc-stripe-offsite-notice-container">
    <div class="wc-stripe-offsite-notice">
        <img src="<?php echo esc_url( stripe_wc()->assets_url( 'img/offsite.svg' ) ) ?>"/>
        <p><?php printf( esc_html__( 'After clicking "%1$s", you will be redirected to %2$s to complete your purchase securely.', 'woo-stripe-payment' ), esc_html( $text ), esc_html( $title ) ) ?></p>
    </div>
</div>