installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace W3TC;
|
||||
|
||||
class UserExperience_Page {
|
||||
public function render_content() {
|
||||
$c = Dispatcher::config();
|
||||
include W3TC_DIR . '/UserExperience_Page_View.php';
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user