← All changes
|
core/isolation/wordpress-adapter-interface.php
+0
-29
4.2.1
→
3.23.0-dev3
View file →
| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | - | |
| 3 | 2 | namespace Elementor\Core\Isolation; |
| 4 | 3 | |
| 5 | 4 | interface Wordpress_Adapter_Interface { |
| 6 | 5 | |
| @@ -10,33 +9,5 @@ | ||
| 10 | 9 | |
| 11 | 10 | public function wp_nonce_url( $url, $action ); |
| 12 | 11 | |
| 13 | 12 | public function self_admin_url( $path ); |
| 14 | - | |
| 15 | - public function get_pages( $args ); | |
| 16 | - | |
| 17 | - public function get_query( $args ); | |
| 18 | - | |
| 19 | - public function get_option( $option_key ); | |
| 20 | - | |
| 21 | - public function add_option( $option_key, $option_value ); | |
| 22 | - | |
| 23 | - public function update_option( $option_key, $option_value ); | |
| 24 | - | |
| 25 | - public function get_user_preferences( $preference_key ); | |
| 26 | - | |
| 27 | - public function set_user_preferences( $preference_key, $value ); | |
| 28 | - | |
| 29 | - public function is_new_installation(); | |
| 30 | - | |
| 31 | - public function add_query_arg( $args, $url ); | |
| 32 | - | |
| 33 | - public function has_custom_logo(); | |
| 34 | - | |
| 35 | - public function current_user_can( $capability, $args ); | |
| 36 | - | |
| 37 | - public function get_post_status( $post_id ); | |
| 38 | - | |
| 39 | - public function get_posts( $args ); | |
| 40 | - | |
| 41 | - public function get_post_types( $args = [], $output = 'names', $operator = 'and' ); | |
| 42 | 13 | } |