bibhamrokhanpin/wp-content/__plugins/wp-optimize/templates/notices/thanks-for-using-main-dash.php
2024-04-10 17:46:06 +05:45

35 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php if (!defined('WPO_PLUGIN_MAIN_PATH')) die('No direct access allowed'); ?>
<div id="wp-optimize-dashnotice" class="updated below-h2">
<div style="float:right;"><a href="#" onclick="jQuery('#wp-optimize-dashnotice').slideUp(); jQuery.post(ajaxurl, {action: 'wp_optimize_ajax', subaction: 'dismiss_dash_notice_until', nonce: '<?php echo wp_create_nonce('wp-optimize-ajax-nonce'); ?>' });"><?php printf(__('Dismiss (for %s months)', 'wp-optimize'), 12); ?></a></div>
<h3><?php _e("Thank you for installing WP-Optimize!", 'wp-optimize'); ?></h3>
<a href="https://getwpo.com"><img style="border: 0px; float: right; height: 125px; width: 150px; margin-right: 40px;" alt="WP-Optimize" src="<?php echo WPO_PLUGIN_URL.'/images/logo/wpo_logo_small.png'; ?>"></a>
<div id="wp-optimize-dashnotice-wrapper" style="max-width: 800px;">
<p>
<?php echo htmlspecialchars(__('Super-charge and secure your WordPress site with our other top plugins:', 'wp-optimize')); ?>
</p>
<p>
<?php printf(__('%s offers powerful extra features and flexibility, and WordPress multisite support.', 'wp-optimize'), '<strong>'.$wp_optimize->wp_optimize_url('https://getwpo.com', __('WP-Optimize Premium:', 'wp-optimize'), '', '', true).'</strong>'); ?>
</p>
<p>
<?php printf(__('%s simplifies backups and restoration. It is the worlds highest ranking and most popular scheduled backup plugin, with over a million currently-active installs.', 'wp-optimize'), '<strong>'.$wp_optimize->wp_optimize_url('https://wordpress.org/plugins/updraftplus/', 'UpdraftPlus', '', '', true).'</strong>'); ?>
</p>
<p>
<?php printf(__('%s is a highly efficient way to manage, optimize, update and backup multiple websites from one place.', 'wp-optimize'), '<strong>'.$wp_optimize->wp_optimize_url('https://updraftcentral.com', 'UpdraftCentral', '', '', true).'</strong>'); ?>
</p>
<p>
<strong><?php $wp_optimize->wp_optimize_url('https://www.simbahosting.co.uk/s3/shop/', __('Premium WooCommerce extensions', 'wp-optimize')); ?></strong>
</p>
</div>
</div>