File: bp-search/classes/class-bp-search-core.php |
Description |
---|---|
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::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::__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. |