芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/plugins/elementor/vendor/elementor/wp-one-package/runner.php
file path mappings) * 3. Find this file's unique hash ID in the map * 4. Remove the hash from the loaded files registry to allow subsequent executions */ $vendor_dir = dirname( __DIR__, 2 ); $autoload_files_path = $vendor_dir . '/composer/autoload_files.php'; if ( file_exists( $autoload_files_path ) ) { $autoload_files_map = require $autoload_files_path; $autoload_files_id = array_search( __FILE__, $autoload_files_map, true ); if ( false !== $autoload_files_id && isset( $__composer_autoload_files[ $autoload_files_id ] ) ) { unset( $__composer_autoload_files[ $autoload_files_id ] ); } } $pattern = '#/([^/]+)/vendor/elementor/#'; if ( preg_match( $pattern, __DIR__, $matches ) ) { $wp_one_package_versions[ $matches[1] ] = '1.0.56'; } if ( ! function_exists( 'elementor_one_register_1_dot_0_dot_56' ) && function_exists( 'add_action' ) ) { if ( ! class_exists( '\ElementorOne\Versions', false ) ) { require_once __DIR__ . '/src/Versions.php'; add_action( 'plugins_loaded', [ \ElementorOne\Versions::class, 'initialize_latest_version' ], -15, 0 ); } add_action( 'plugins_loaded', 'elementor_one_register_1_dot_0_dot_56', -20, 0 ); function elementor_one_register_1_dot_0_dot_56() { $versions = \ElementorOne\Versions::instance(); $versions->register( '1.0.56', 'elementor_one_initialize_1_dot_0_dot_56' ); } function elementor_one_initialize_1_dot_0_dot_56() { // The Loader class will be autoloaded from the highest version source \ElementorOne\Loader::init(); } }