installed plugin W3 Total Cache version 2.3.2

This commit is contained in:
2023-06-05 11:23:16 +00:00
committed by Gitium
parent d9b3c97e40
commit 51ea2ff21c
2730 changed files with 334913 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?php
namespace W3TC;
if ( ! defined( 'W3TC' ) ) {
die();
}
?>
<div class="sign-up w3tc-widget-swarmify-base">
<p><?php esc_html_e( 'Just as the load time and overall performance of your website impacts user satisfaction, so does the performance of your online videos. Optimize your video performance by enabling the Swarmify SmartVideo&#8482 solution.', 'w3-total-cache' ); ?></p>
<h4><?php esc_html_e( 'New customers', 'w3-total-cache' ); ?></h4>
<p><?php esc_html_e( 'Swarmify is a service that lets you speed up your site even more with W3 Total Cache.', 'w3-total-cache' ); ?></p>
<a class="button-primary" href="<?php echo esc_url( $swarmify_signup_url ); ?>" target="_blank"><?php esc_html_e( 'Sign Up Now and Save 25%', 'w3-total-cache' ); ?></a>
<p><span class="desc"><?php esc_html_e( 'Free 14 day limited trial', 'w3-total-cache' ); ?></span></p>
<h4><?php esc_html_e( 'Current customers', 'w3-total-cache' ); ?></h4>
<p><?php esc_html_e( 'If you already have a Swarmify configuration key, or need to update your existing key, click here:', 'w3-total-cache' ); ?></p>
<a class="button-primary" href="admin.php?page=w3tc_extensions&amp;extension=swarmify&amp;action=view"><?php esc_html_e( 'Configure', 'w3-total-cache' ); ?></a>
</div>