@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. |
| Bp_Search_Activity_Comment::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| BP_Search_Core::load_main() |
Include required files. |
| BP_Search_Core::assets() |
Load css/js files |
| BP_Search_Core::do_includes() |
Include required array of files in the includes directory |
| 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. |
| BP_Search_Core::__unset() |
Magic method for unsetting BuddyPress Global Search variables. |
| BP_Search_Core::__call() |
Magic method to prevent notices and errors from invalid method calls. |
| BP_Search_Core::setup_globals() |
Setup BuddyPress Global Search plugin global variables. |
| BP_Search_Core::setup_actions() |
Set up the default hooks and actions. |