getContainer()); // reports whether any GiveWP premium add-on is active to Harbor Hooks::addFilter('lw_harbor/premium_plugin_exists', HasActivePremiumAddons::class); Harbor::init(); } /** * @since 4.15.0 * * @inheritDoc */ public function boot() { // reports legacy licenses to Harbor Hooks::addFilter('stellarwp/harbor/legacy_licenses', ReportLegacyLicences::class); // adds a "licensing" submenu to Give lw_harbor_register_submenu('edit.php?post_type=give_forms'); } }