"1.0.0", "debug" => false, "env" => "prod", "buildid" => "PHA-5RI", "support_email" => "support@getallears.com" ); class AllEarsUtils { public static function dbg($text) { if(ALLEARS_GLOBALS["debug"]) { echo ""; } } public static function add_comment($text) { echo ""; } } add_action("admin_init", "allEars_admin_init");