PluginProbe
Elementor Website Builder – more than just a page builder / 3.25.4
Elementor Website Builder – more than just a page builder v3.25.4
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | core/isolation/wordpress-adapter-interface.php +0 -11 4.2.0-beta13.25.4 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
@@ -21,14 +20,8 @@
21 20 public function add_option( $option_key, $option_value );
22 21
23 22 public function update_option( $option_key, $option_value );
24 23
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 24 public function add_query_arg( $args, $url );
32 25
33 26 public function has_custom_logo();
34 27
@@ -34,9 +27,5 @@
34 27
35 28 public function current_user_can( $capability, $args );
36 29
37 30 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 31 }