Constants
Class: Class Automattic\Jetpack\Constants
Source: vendor/automattic/jetpack-constants/src/class-constants.php:25
Class: Class Automattic\Jetpack\Constants
Source: vendor/automattic/jetpack-constants/src/class-constants.php:25
Method: Checks if a “constant” has been set in constants Manager and has the value of true
Source: vendor/automattic/jetpack-constants/src/class-constants.php:44
Method: Checks if a “constant” has been set in constants Manager, and if not, checks if the constant was defined with define( ‘name’, ‘value ).
Source: vendor/automattic/jetpack-constants/src/class-constants.php:56
Method: Attempts to retrieve the “constant” from constants Manager, and if it hasn’t been set, then attempts to get the constant with the constant() function. If that also hasn’t been set, attempts to get a value from filters.
Source: vendor/automattic/jetpack-constants/src/class-constants.php:71
Filter Hook: Filters the value of the constant.
Source: vendor/automattic/jetpack-constants/src/class-constants.php:88
Method: Sets the value of the “constant” within constants Manager.
Source: vendor/automattic/jetpack-constants/src/class-constants.php:97
Method: Will unset a “constant” from constants Manager if the constant exists.
Source: vendor/automattic/jetpack-constants/src/class-constants.php:108
Method: Resets all of the constants within constants Manager.
Source: vendor/automattic/jetpack-constants/src/class-constants.php:121