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