File "Extension_FragmentCache_Page.php"

Full Path: /home/mba/public_html/wp-content-20250804013034-20250807183448/plugins/w3-total-cache/Extension_FragmentCache_Page.php
File size: 325 bytes
MIME-type: text/x-php
Charset: utf-8

<?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';
	}
}