@since: BuddyBoss 1.0.0 |
Description |
|---|---|
| BP_Search_Core::setup_globals() |
Setup BuddyPress Global Search plugin global variables. |
| BP_Search_Core::setup_actions() |
Set up the default hooks and actions. |
| Bp_Search_Activities::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_Activities::__construct() |
A dummy constructor to prevent this class from being loaded more than once. |
| BP_Search_Core::instance() |
Main BuddyPress Global Search Instance. |
| BP_Search_Core::__clone() |
A dummy magic method to prevent BuddyPress Global Search from being cloned. |
| BP_Search_Core::__wakeup() |
A dummy magic method to prevent BuddyPress Global Search from being unserialized. |
| BP_Search_Core::__isset() |
Magic method for checking the existence of a certain custom field. |
| BP_Search_Core::__get() |
Magic method for getting BuddyPress Global Search varibles. |
| BP_Search_Core::__set() |
Magic method for setting BuddyPress Global Search varibles. |