@package: BuddyBossActivity |
Description |
|---|---|
| BP_Search_Core::init_load() |
We require BuddyPress to run the main components, so we attach to the ‘bp_init’ action which BuddyPress calls after it’s started up. This ensures any BuddyPress related code is only loaded when BuddyPress is active. |
| BP_Search_Core::load_admin() |
Include required admin files. |
| 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_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. |