| @@ -2,9 +2,8 @@ | ||
| 2 | 2 | |
| 3 | 3 | namespace Barn2\Plugin\Posts_Table_Search_Sort; |
| 4 | 4 | |
| 5 | 5 | use Barn2\Plugin\Posts_Table_Search_Sort\Admin\Settings_Page; |
| 6 | -use Barn2\Plugin\Posts_Table_Search_Sort\Dependencies\Lib\Admin\Help_Scout_Beacon; | |
| 7 | 6 | use Barn2\Plugin\Posts_Table_Search_Sort\Dependencies\Lib\Plugin\Simple_Plugin; |
| 8 | 7 | use Barn2\Plugin\Posts_Table_Search_Sort\Dependencies\Lib\Util; |
| 9 | 8 | |
| 10 | 9 | /** |
| @@ -53,18 +52,7 @@ | ||
| 53 | 52 | $this->add_service( 'shortcode', new Table_Shortcode() ); |
| 54 | 53 | $this->add_service( 'scripts', new Frontend_Scripts( $this ) ); |
| 55 | 54 | $this->add_service( 'setup_wizard', new Admin\Wizard\Setup_Wizard( $this ) ); |
| 56 | 55 | $this->add_service( 'admin', new Admin\Admin_Controller( $this ) ); |
| 57 | - $this->add_service( | |
| 58 | - 'helpscout_beacon', | |
| 59 | - new Help_Scout_Beacon( | |
| 60 | - $this, | |
| 61 | - [ | |
| 62 | - 'plugin_slug' => 'posts-table-pro', | |
| 63 | - 'screen_hooks' => [ 'settings_page_posts_table_search_sort' ], | |
| 64 | - 'capability' => 'manage_options', | |
| 65 | - ] | |
| 66 | - ) | |
| 67 | - ); | |
| 68 | 56 | } |
| 69 | 57 | |
| 70 | 58 | } |