[Plugin: WP Cache Manifest] _cache_template( ) has wrong path
-
$template = WP_PLUGIN_DIR . ‘/cache-manifest/cache_manifest.php’;
should be
$template = WP_PLUGIN_DIR . ‘/wp-cache-manifest/cache_manifest.php’;
The topic ‘[Plugin: WP Cache Manifest] _cache_template( ) has wrong path’ is closed to new replies.