EDD_Logging::valid_type( string $type )
Check if a log type is valid
Description Description
Checks to see if the specified type is in the registered list of types
Parameters Parameters
- $type
-
(Required) Log type
Return Return
(bool) Whether log type is valid
Source Source
File: includes/class-edd-logging.php
Changelog Changelog
Version | Description |
---|---|
1.3.1 | Introduced. |