← All changes
|
core/kits/documents/tabs/settings-custom-css.php
+2
-14
4.1.0-beta2
→
3.0.2
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | |
| 4 | 4 | use Elementor\Plugin; |
| 5 | 5 | |
| 6 | 6 | if ( ! defined( 'ABSPATH' ) ) { |
| 7 | - exit; // Exit if accessed directly. | |
| 7 | + exit; // Exit if accessed directly | |
| 8 | 8 | } |
| 9 | 9 | |
| 10 | 10 | class Settings_Custom_CSS extends Tab_Base { |
| 11 | 11 | |
| @@ -13,21 +13,9 @@ | ||
| 13 | 13 | return 'settings-custom-css'; |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | public function get_title() { |
| 17 | - return esc_html__( 'Custom CSS', 'elementor' ); | |
| 18 | - } | |
| 19 | - | |
| 20 | - public function get_group() { | |
| 21 | - return 'settings'; | |
| 22 | - } | |
| 23 | - | |
| 24 | - public function get_icon() { | |
| 25 | - return 'eicon-custom-css'; | |
| 26 | - } | |
| 27 | - | |
| 28 | - public function get_help_url() { | |
| 29 | - return 'https://go.elementor.com/global-custom-css/'; | |
| 17 | + return __( 'Custom CSS', 'elementor' ); | |
| 30 | 18 | } |
| 31 | 19 | |
| 32 | 20 | protected function register_tab_controls() { |
| 33 | 21 | Plugin::$instance->controls_manager->add_custom_css_controls( $this->parent, $this->get_id() ); |