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