Constants::is_defined( string $name )
Checks if a “constant” has been set in constants Manager, and if not, checks if the constant was defined with define( ‘name’, ‘value ).
Description Description
Parameters Parameters
- $name
-
(Required) The name of the constant.
Return Return
(bool)
Source Source
File: vendor/automattic/jetpack-constants/src/class-constants.php