is_automator_error( mixed $thing )
Parameters Parameters
- $thing
-
(mixed) (Required)
Return Return
(bool)
Source Source
File: src/global-functions.php
function is_automator_error( $thing ): bool { return $thing instanceof Automator_WP_Error; }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |