/** * @return array */ public static function wpConstants() { if (is_null(self::$all)) { self::$all = array_merge(self::$isBool, self::$isBoolOrInt, self::$isInt, self::$isMod, self::$isString); } return self::$all; }