Constants

Class: Class Automattic\Jetpack\Constants

Source: vendor/automattic/jetpack-constants/src/class-constants.php:25

Used by 0 functions | Uses 0 functions

Constants::is_true()

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

Used by 30 functions | Uses 2 functions

Constants::is_defined()

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

Used by 21 functions | Uses 0 functions

Constants::get_constant()

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

Used by 45 functions | Uses 1 function