| @@ -1,5 +1,6 @@ | ||
| 1 | 1 | <?php |
| 2 | + | |
| 2 | 3 | namespace Elementor\Core\Settings\General; |
| 3 | 4 | |
| 4 | 5 | use Elementor\Plugin; |
| 5 | 6 | |
| @@ -12,8 +13,9 @@ | ||
| 12 | 13 | * it changed to support call like this: Manager::get_settings_managers( 'general' )->get_model()->get_settings( 'elementor_default_generic_fonts' ) |
| 13 | 14 | * |
| 14 | 15 | * @deprecated 3.0.0 Use `Plugin::$instance->kits_manager->get_active_kit_for_frontend()` instead. |
| 15 | 16 | */ |
| 17 | + | |
| 16 | 18 | class Model { |
| 17 | 19 | |
| 18 | 20 | /** |
| 19 | 21 | * @deprecated 3.0.0 |