registerRoute(); // The way back to an absorbed plugin's old system (new Utils\UseLegacyModule())->registerRoute(); } /** * Return error, need Buttonizer pro */ public static function needButtonizerPremium() { return new \WP_Error('missing_premium_license', 'You do not have Buttonizer Pro.', [ 'status' => 403 ]); } }