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