@package: BuddyBossActivity |
Description |
|---|---|
| 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. |
| BP_Search_Core::setup_admin_settings() |
Setup plugin options settings admin page |
| 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 |
BuddyPress Global Search Core Controller class |
| BP_Search_Core::instance() |
Main BuddyPress Global Search Instance. |
| BP_Search_Core::__construct() |
A dummy constructor to prevent BuddyBoss Global Search from being loaded more than once. |
| 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. |