📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 04:10:35
📂
/ (Root)
/
home
/
xeqi7597
/
portfolio.claireduwig.com
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
📍 /home/xeqi7597/portfolio.claireduwig.com/wp-content/plugins/elementor/core/isolation
🔄 Refresh
✏️
Editing: wordpress-adapter.php
Writable
<?php namespace Elementor\Core\Isolation; class Wordpress_Adapter implements Wordpress_Adapter_Interface { public function get_plugins(): array { return get_plugins(); } public function is_plugin_active( $plugin_path ): bool { return is_plugin_active( $plugin_path ); } public function wp_nonce_url( $url, $action ): string { return wp_nonce_url( $url, $action ); } public function self_admin_url( $path ): string { return self_admin_url( $path ); } }
💾 Save Changes
❌ Cancel