updated plugin W3 Total Cache
version 2.5.0
This commit is contained in:
@ -5,23 +5,26 @@ if ( ! defined( 'W3TC' ) ) {
|
||||
die();
|
||||
}
|
||||
?>
|
||||
<p>
|
||||
<div class="notice notice-warning inline">
|
||||
<p>
|
||||
<?php
|
||||
// StackPath sunset is 12:00 am Central (UTC-6:00) on November, 22, 2023 (1700629200).
|
||||
$date_time_format = get_option( 'date_format' ) . ' ' . get_option( 'time_format' );
|
||||
printf(
|
||||
// translators: 1 StackPath sunset datetime.
|
||||
__(
|
||||
'StackPath will cease operations at %1$s.',
|
||||
'w3-total-cache'
|
||||
),
|
||||
wp_date( $date_time_format, '1700629200' )
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
</p>
|
||||
<div id="stackpath-widget" class="w3tcstackpath_signup">
|
||||
<p>
|
||||
<?php
|
||||
w3tc_e(
|
||||
'cdn.stackpath.widget.header',
|
||||
sprintf(
|
||||
// translators: 1 HTML acronym for Content Delivery Network (CDN).
|
||||
__( 'Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (%1$s) service to your site.', 'w3-total-cache' ),
|
||||
'<acronym title="' . __( 'Content Delivery Network', 'w3-total-cache' ) . '">' . __( 'CDN', 'w3-total-cache' ) . '</acronym>'
|
||||
)
|
||||
);
|
||||
?>
|
||||
</p>
|
||||
<h4 class="w3tcstackpath_signup_h4"><?php esc_html_e( 'New customers', 'w3-total-cache' ); ?></h4>
|
||||
<p><?php w3tc_e( 'cdn.stackpath.widget.works_magically', __( 'StackPath works magically with W3 Total Cache.', 'w3-total-cache' ) ); ?></p>
|
||||
<a class="button-primary" href="<?php echo esc_url( W3TC_STACKPATH_SIGNUP_URL ); ?>" target="_blank"><?php esc_html_e( 'Sign Up Now ', 'w3-total-cache' ); ?></a>
|
||||
<p><!--span class="desc"><?php esc_html_e( 'Exclusive offers availabel for W3TC users!', 'w3-total-cache' ); ?></span></p>-->
|
||||
<h4 class="w3tcstackpath_signup_h4"><?php esc_html_e( 'Current customers', 'w3-total-cache' ); ?></h4>
|
||||
<p>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user