| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | - | |
| 3 | 2 | namespace Elementor; |
| 4 | 3 | |
| 5 | 4 | use Elementor\Core\Admin\Menu\Admin_Menu_Manager; |
| 6 | 5 | use Elementor\Core\Wp_Api; |
| @@ -38,9 +37,8 @@ | ||
| 38 | 37 | * |
| 39 | 38 | * @since 1.0.0 |
| 40 | 39 | */ |
| 41 | 40 | class Plugin { |
| 42 | - | |
| 43 | 41 | const ELEMENTOR_DEFAULT_POST_TYPES = [ 'page', 'post' ]; |
| 44 | 42 | |
| 45 | 43 | /** |
| 46 | 44 | * Instance. |