File "wordpress-adapter-interface.php"
Full Path: /home/flipjqml/onlinebetsolution.com/next_old/wp-content/plugins/elementor/core/isolation/wordpress-adapter-interface.php
File size: 262 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 );
}