| @@ -17,10 +17,8 @@ | ||
| 17 | 17 | |
| 18 | 18 | public function __construct() { |
| 19 | 19 | parent::__construct(); |
| 20 | 20 | |
| 21 | - Admin_Pointer::add_hooks(); | |
| 22 | - | |
| 23 | 21 | add_filter( 'elementor/finder/categories', function( array $categories ) { |
| 24 | 22 | $categories['site']['items']['apps'] = [ |
| 25 | 23 | 'title' => esc_html__( 'Add-ons', 'elementor' ), |
| 26 | 24 | 'url' => admin_url( 'admin.php?page=' . static::PAGE_ID ), |