GDE_PLUGIN_DIR
The Google Doc Embedder GDE PLUGIN DIR constant.
Value ()
trailingslashit( plugin_dir_path( __FILE__ ) )
Usage
if ( defined( 'GDE_PLUGIN_DIR' ) ) { // grab the value $value = constant( 'GDE_PLUGIN_DIR' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /functions.php
- @define( 'GDE_PLUGIN_DIR', trailingslashit( plugin_dir_path( __FILE__ ) ) );