14 lines
551 B
PHP
14 lines
551 B
PHP
<?php
|
||
/**
|
||
* Promote RocketCDN notice template.
|
||
*
|
||
* @since 3.5
|
||
*/
|
||
|
||
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
|
||
?>
|
||
<div class="notice notice-alt notice-warning is-dismissible" id="rocketcdn-promote-notice">
|
||
<h2 class="notice-title"><?php esc_html_e( 'New!', 'rocket' ); ?></h2>
|
||
<p><?php esc_html_e( 'Speed up your website with RocketCDN, WP Rocket’s Content Delivery Network!', 'rocket' ); ?></p>
|
||
<p><a href="#page_cdn" class="wpr-button" id="rocketcdn-learn-more-dismiss"><?php esc_html_e( 'Learn More', 'rocket' ); ?></a></p>
|
||
</div>
|