diff --git a/cache/wp-rocket-no-cache/wp-rocket-no-cache.php b/cache/wp-rocket-no-cache/wp-rocket-no-cache.php index 358f3c7..fd7a005 100644 --- a/cache/wp-rocket-no-cache/wp-rocket-no-cache.php +++ b/cache/wp-rocket-no-cache/wp-rocket-no-cache.php @@ -4,9 +4,9 @@ * Description: Disables WP Rocket’s page cache while preserving other optimization features. * Plugin URI: https://github.com/wp-media/wp-rocket-helpers/tree/master/cache/wp-rocket-no-cache/ * Author: WP Rocket Support Team - * Author URI: http://wp-rocket.me/ + * Author URI: https://wp-rocket.me/ * License: GNU General Public License v2 or later - * License URI: http://www.gnu.org/licenses/gpl-2.0.html + * License URI: https://www.gnu.org/licenses/gpl-2.0.html * * Copyright SAS WP MEDIA 2018 */ @@ -19,7 +19,7 @@ /** * Disable page caching in WP Rocket. * - * @link http://docs.wp-rocket.me/article/61-disable-page-caching + * @link https://docs.wp-rocket.me/article/61-disable-page-caching */ add_filter( 'do_rocket_generate_caching_files', '__return_false' ); @@ -37,4 +37,4 @@ function clean_wp_rocket_cache() { // Purge entire WP Rocket cache. rocket_clean_domain(); } -register_activation_hook( __FILE__, __NAMESPACE__ . '\clean_wp_rocket_cache' ); \ No newline at end of file +register_activation_hook( __FILE__, __NAMESPACE__ . '\clean_wp_rocket_cache' );