| @@ -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 ); |