installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
11
wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php
Normal file
11
wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
|
||||
|
||||
class Extension_Genesis_Page {
|
||||
static public function w3tc_extension_page_genesis_theme() {
|
||||
$config = Dispatcher::config();
|
||||
include W3TC_DIR . '/Extension_Genesis_Page_View.php';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user