BUDDYBOSS_GLOBAL_SEARCH_PLUGIN_FILE
The BuddyPress Global Search BUDDYBOSS GLOBAL SEARCH PLUGIN FILE constant.
Value (unknown)
__FILE__
Usage
if ( defined( 'BUDDYBOSS_GLOBAL_SEARCH_PLUGIN_FILE' ) ) { // grab the value $value = constant( 'BUDDYBOSS_GLOBAL_SEARCH_PLUGIN_FILE' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /buddypress-global-search.php
- define('BUDDYBOSS_GLOBAL_SEARCH_PLUGIN_FILE', __FILE__);