__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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 );
public function get_pages( $args );
public function get_query( $args );
public function get_option( $option_key );
public function add_option( $option_key, $option_value );
public function update_option( $option_key, $option_value );
public function get_user_preferences( $preference_key );
public function set_user_preferences( $preference_key, $value );
public function is_new_installation();
public function add_query_arg( $args, $url );
public function has_custom_logo();
public function current_user_can( $capability, $args );
public function get_post_status( $post_id );
public function get_posts( $args );
public function get_post_types( $args = [], $output = 'names', $operator = 'and' );
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| elementor-adapter-interface.php | File | 496 B | 0664 |
|
| elementor-adapter.php | File | 1.56 KB | 0664 |
|
| elementor-counter-adapter-interface.php | File | 324 B | 0664 |
|
| plugin-status-adapter-interface.php | File | 283 B | 0664 |
|
| plugin-status-adapter.php | File | 1.27 KB | 0664 |
|
| wordpress-adapter-interface.php | File | 988 B | 0664 |
|
| wordpress-adapter.php | File | 2.49 KB | 0664 |
|