'w3-total-cache/w3-total-cache.php', 'wp-super-cache' => 'wp-super-cache/wp-cache.php', 'quick-cache' => 'quick-cache/quick-cache.php', 'hyper-cache' => 'hyper-cache/plugin.php', 'hyper-cache-extended' => 'hyper-cache-extended/plugin.php', 'wp-fast-cache' => 'wp-fast-cache/wp-fast-cache.php', 'flexicache' => 'flexicache/wp-plugin.php', 'wp-fastest-cache' => 'wp-fastest-cache/wpFastestCache.php', 'lite-cache' => 'lite-cache/plugin.php', 'gator-cache' => 'gator-cache/gator-cache.php', 'wp-http-compression' => 'wp-http-compression/wp-http-compression.php', 'wordpress-gzip-compression' => 'wordpress-gzip-compression/ezgz.php', 'gzip-ninja-speed-compression' => 'gzip-ninja-speed-compression/gzip-ninja-speed.php', 'speed-booster-pack' => 'speed-booster-pack/speed-booster-pack.php', 'wp-performance-score-booster' => 'wp-performance-score-booster/wp-performance-score-booster.php', 'remove-query-strings-from-static-resources' => 'remove-query-strings-from-static-resources/remove-query-strings.php', 'query-strings-remover' => 'query-strings-remover/query-strings-remover.php', 'wp-ffpc' => 'wp-ffpc/wp-ffpc.php', 'far-future-expiry-header' => 'far-future-expiry-header/far-future-expiration.php', 'combine-css' => 'combine-css/combine-css.php', 'super-static-cache' => 'super-static-cache/super-static-cache.php', 'wpcompressor' => 'wpcompressor/wpcompressor.php', 'check-and-enable-gzip-compression' => 'check-and-enable-gzip-compression/richards-toolbox.php', 'leverage-browser-caching-ninjas' => 'leverage-browser-caching-ninjas/leverage-browser-caching-ninja.php', 'force-gzip' => 'force-gzip/force-gzip.php' ); $plugins = array_filter( $plugins, 'is_plugin_active' ); if ( count( $plugins ) > 0 && current_user_can( apply_filters( 'powered_cache_cap', 'manage_options' ) ) ) { ?>
%s and will cause unintended results:', 'powered-cache' ), __( 'Powered Cache', 'powered-cache' ) ); ?>
Important: please enable page caching on the Powered Cache settings page', 'powered-cache' ), admin_url( 'admin.php?page=powered-cache' ) ); ?>
%s file was edited or deleted. You can re-create correct configuration files by saving settings.', 'powered-cache' ), basename( WP_CONTENT_DIR ) . '/advanced-cache.php' );
}
if ( defined( 'POWERED_CACHE_PAGE_CACHING_HAS_PROBLEM' ) && true === POWERED_CACHE_PAGE_CACHING_HAS_PROBLEM ) {
$err['powered_cache_page_cache_has_problem'] = sprintf( __( 'Powered Cache could not access dropin. Please check %s exist and accessible on your server.', 'powered-cache' ), POWERED_CACHE_DROPIN_DIR . 'page-cache.php' );
}
// everything ok
if ( empty( $err ) ) {
return;
}
if ( ! current_user_can( apply_filters( 'powered_cache_cap', 'manage_options' ) ) ) {
return;
}
?>
.htaccess file. Codex might help!.', 'powered-cache' ), '.htaccess', 'https://codex.wordpress.org/htaccess' );
} elseif ( ! is_writeable( $htaccess_file ) ) {
$message = sprintf( __( 'Oh no! It looks your %s file is not writable. Please make sure it is writable by the web server. Your website will much more faster when configured for Powered Cache.', 'powered-cache' ), '.htaccess' );
}
if ( empty( $message ) ) {
return;
}
?>