PluginProbe
Elementor Website Builder – more than just a page builder / 3.7.5
Elementor Website Builder – more than just a page builder v3.7.5
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 4.0.7 All 451 releases
← All changes | core/experiments/wrap-core-dependency.php +1 -9 4.2.23.7.5 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 namespace Elementor\Core\Experiments;
3 3
4 4 if ( ! defined( 'ABSPATH' ) ) {
5 - exit; // Exit if accessed directly.
5 + exit; // Exit if accessed directly
6 6 }
7 7
8 8 class Wrap_Core_Dependency {
9 9
@@ -14,16 +14,8 @@
14 14 }
15 15
16 16 public function get_name() {
17 17 return $this->feature_data['name'];
18 - }
19 -
20 - public function get_title() {
21 - return $this->feature_data['title'];
22 - }
23 -
24 - public function is_hidden() {
25 - return $this->feature_data['hidden'];
26 18 }
27 19
28 20 public static function instance( $feature_data ) {
29 21 return new static( $feature_data );