laipower/wp-content/upgrade-temp-backup/plugins/w3-total-cache/Extension_FragmentCache_Pag...

15 lines
325 B
PHP
Raw Normal View History

2024-04-19 10:59:51 +00:00
<?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';
}
}