PATH:
home
/
lab2454c
/
mact34.com
/
wp-content
/
plugins
/
elementor
/
core
/
isolation
<?php namespace Elementor\Core\Isolation; interface Wordpress_Adapter_Interface { public function get_plugins(); public function is_plugin_active( $plugin_path ); public function wp_nonce_url( $url, $action ); public function self_admin_url( $path ); }
[+]
..
[-] wordpress-adapter-interface.php
[edit]
[-] plugin-status-adapter-interface.php
[edit]
[-] wordpress-adapter.php
[edit]
[-] plugin-status-adapter.php
[edit]