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 ]); } }