| @@ -13,10 +13,8 @@ | ||
| 13 | 13 | |
| 14 | 14 | public function get_home_screen_items( $force_request = false ): array { |
| 15 | 15 | $assets_data = $this->editor_assets_api->get_assets_data( $force_request ); |
| 16 | 16 | |
| 17 | - $assets_data = apply_filters( 'elementor/core/admin/homescreen', $assets_data ); | |
| 18 | - | |
| 19 | 17 | return $this->transform_home_screen_data( $assets_data ); |
| 20 | 18 | } |
| 21 | 19 | |
| 22 | 20 | private function transform_home_screen_data( $json_data ): array { |