CCF_CORE
The Caldera Custom Fields CCF CORE constant.
Value (unknown)
__FILE__
Usage
if ( defined( 'CCF_CORE' ) ) { // grab the value $value = constant( 'CCF_CORE' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /core.php
- define( 'CCF_CORE', __FILE__ );