| @@ -14,8 +14,9 @@ | ||
| 14 | 14 | * it changed to support call like this: Manager::get_settings_managers( 'general' )->get_model()->get_settings( 'elementor_default_generic_fonts' ) |
| 15 | 15 | * |
| 16 | 16 | * @deprecated 3.0.0 Use `Plugin::$instance->kits_manager->get_active_kit_for_frontend()` instead. |
| 17 | 17 | */ |
| 18 | + | |
| 18 | 19 | class Manager extends CSS_Manager { |
| 19 | 20 | |
| 20 | 21 | /** |
| 21 | 22 | * Meta key for the general settings. |
| @@ -87,8 +88,9 @@ | ||
| 87 | 88 | * |
| 88 | 89 | * @since 1.6.0 |
| 89 | 90 | * @deprecated 3.0.0 |
| 90 | 91 | * @access protected |
| 92 | + * @return string | |
| 91 | 93 | * |
| 92 | 94 | * @return string CSS file name. |
| 93 | 95 | */ |
| 94 | 96 | protected function get_css_file_name() { |
| @@ -96,10 +98,8 @@ | ||
| 96 | 98 | } |
| 97 | 99 | |
| 98 | 100 | /** |
| 99 | 101 | * @deprecated 3.0.0 |
| 100 | - * | |
| 101 | - * @throws \Exception If settings validation fails or update operation encounters errors. | |
| 102 | 102 | */ |
| 103 | 103 | protected function save_settings_to_db( array $settings, $id ) { |
| 104 | 104 | throw new \Exception( __CLASS__ . ' is deprecated. Use Plugin::$instance->kits_manager->get_active_kit_for_frontend() instead.' ); |
| 105 | 105 | } |