| Server IP : 87.229.120.60 / Your IP : 216.73.216.86 Web Server : Apache System : Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64 User : server ( 1002) PHP Version : 8.3.20 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/faktorteam/www/wp-content/plugins/wp-rocket/inc/Engine/License/views/ |
Upload File : |
<?php /** * Renewal soon banner. * * @since 3.7.5 */ defined( 'ABSPATH' ) || exit; ?> <div class="rocket-renewal-banner"> <ul class="rocket-promo-countdown" id="rocket-renew-countdown"> <li class="rocket-countdown-item"><span class="rocket-countdown-value rocket-countdown-days"><?php echo esc_html( $data['countdown']['days'] ); ?></span> <?php esc_html_e( 'Days', 'rocket' ); ?></li> <li class="rocket-countdown-item"><span class="rocket-countdown-value rocket-countdown-hours"><?php echo esc_html( $data['countdown']['hours'] ); ?></span> <?php esc_html_e( 'Hours', 'rocket' ); ?></li> <li class="rocket-countdown-item"><span class="rocket-countdown-value rocket-countdown-minutes"><?php echo esc_html( $data['countdown']['minutes'] ); ?></span> <?php esc_html_e( 'Minutes', 'rocket' ); ?></li> <li class="rocket-countdown-item"><span class="rocket-countdown-value rocket-countdown-seconds"><?php echo esc_html( $data['countdown']['seconds'] ); ?></span> <?php esc_html_e( 'Seconds', 'rocket' ); ?></li> </ul> <div class="rocket-renew-message"> <p> <?php printf( // translators: %1$s = <strong>, %2$s = </strong>. esc_html__( 'Your %1$sWP Rocket license is about to expire.%2$s', 'rocket' ), '<strong>', '</strong>' ); ?> </p> <p> <?php printf( // translators: %1$s = <strong>, %2$s = discount percentage, %3$s = </strong>, %4$s = discount price. esc_html__( 'Renew with a %1$s%2$s discount%3$s before it is too late, you will only pay %1$s%4$s%3$s!', 'rocket' ), '<strong>', esc_html( $data['discount_percent'] . '%' ), '</strong>', esc_html( '$' . $data['discount_price'] ) ); ?> </p> </div> <div class="rocket-renew-cta-container"> <a href="<?php echo esc_url( $data['renewal_url'] ); ?>" class="rocket-renew-cta" target="_blank" rel="noopener noreferrer"><?php esc_html_e( 'Renew now', 'rocket' ); ?></a> </div> </div>