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