installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
|
||||
|
||||
class Extension_FragmentCache_Page {
|
||||
function render_content() {
|
||||
$config = Dispatcher::config();
|
||||
$core = Dispatcher::component( 'Extension_FragmentCache_Core' );
|
||||
|
||||
$registered_groups = $core->get_registered_fragment_groups();
|
||||
include W3TC_DIR . '/Extension_FragmentCache_Page_View.php';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user