@since: BuddyBoss 1.0.0
Description
Bp_Search_Activity_Comment::instance()

Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place.

Source: bp-search/classes/class-bp-search-activity-comments.php:28

Bp_Search_Activity_Comment::__construct()

A dummy constructor to prevent this class from being loaded more than once.

Source: bp-search/classes/class-bp-search-activity-comments.php:46

BP_Search_Core::load_main()

Include required files.

Source: bp-search/classes/class-bp-search-core.php:268

BP_Search_Core::assets()

Load css/js files

Source: bp-search/classes/class-bp-search-core.php:289

BP_Search_Core::do_includes()

Include required array of files in the includes directory

Source: bp-search/classes/class-bp-search-core.php:313

Bp_Search_bbPress_Forums::instance()

Insures that only one instance of Class exists in memory at any one time. Also prevents needing to define globals all over the place.

Source: bp-search/classes/class-bp-search-bbpress-forums.php:101

BP_Search_Core::__unset()

Magic method for unsetting BuddyPress Global Search variables.

Source: bp-search/classes/class-bp-search-core.php:171

BP_Search_Core::__call()

Magic method to prevent notices and errors from invalid method calls.

Source: bp-search/classes/class-bp-search-core.php:182

BP_Search_Core::setup_globals()

Setup BuddyPress Global Search plugin global variables.

Source: bp-search/classes/class-bp-search-core.php:198

BP_Search_Core::setup_actions()

Set up the default hooks and actions.

Source: bp-search/classes/class-bp-search-core.php:211