X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/plugins/elementor/core/isolation
home
/
hamdjcne
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
/
ðŸ“
..
📄
plugin-status-adapter-interface.php
(283 B)
📄
plugin-status-adapter.php
(1.23 KB)
📄
wordpress-adapter-interface.php
(262 B)
📄
wordpress-adapter.php
(473 B)
Editing: wordpress-adapter.php
<?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 ); } }
Upload File
Create Folder