File "Generic_WidgetBoldGrid_View.php"

Full Path: /home/ubunrgit/public_html/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php
File size: 622 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace W3TC;

if ( !defined( 'W3TC' ) )
	die();

?>
<div>
	<p class="notice notice-error">W3 Total Cache has detected that you do not have a Backup Plugin installed.</p>
	<p>
		<strong>
			Protect your WordPress site from data loss by installing the FREE
			Total Upkeep plugin.
		</strong>
	</p>

	<p>
		It's easy to set up and manage, backs up your entire WordPress site, has automated fault protection if an update fails, and provides easy site migration options.
	</p>

	<a href="<?php echo esc_url( $install_url ) ?>" id="w3tc-boldgrid-install"
		class="button-primary">Install Free Backup Plugin</a>
</div>