📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 15:57:15
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
Engine
/
License
/
views
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/Engine/License/views
🔄 Refresh
✏️
Editing: renewal-expired-banner-ocd.php
Writable
<?php /** * Renewal expired banner with OCD. * * @since 3.11.5 */ defined( 'ABSPATH' ) || exit; ?> <section class="rocket-renewal-expired-banner" id="rocket-renewal-banner"> <h3 class="rocket-expired-title"><?php esc_html_e( 'You will soon lose access to some features', 'rocket' ); ?></h3> <div class="rocket-renewal-expired-banner-container"> <div class="rocket-expired-message"> <p> <?php printf( // translators: %1$s = <strong>, %2$s = </strong>. esc_html__( 'You need an %1$sactive license to continue optimizing your CSS delivery%2$s.', 'rocket' ), '<strong>', '</strong>' ); ?> <br> <?php esc_html_e( 'The Remove Unused CSS and Load CSS asynchronously features are great options to address the PageSpeed Insights recommendations and improve your website performance.', 'rocket' ); ?> <br> <?php printf( // translators: %1$s = <strong>, %2$s = </strong>, %3$s = date. esc_html__( 'They will be %1$sautomatically disabled on %3$s%2$s.', 'rocket' ), '<strong>', '</strong>', esc_html( $data['disabled_date'] ) ); ?> </p> <p><?php echo $data['message']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?></p> </div> <div class="rocket-expired-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> <button class="wpr-notice-close wpr-icon-close" id="rocket-dismiss-renewal"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice', 'rocket' ); ?></span></button> </section>
💾 Save Changes
❌ Cancel