Methods |
Description |
---|---|
BP_Button::backward_compatibility_args() |
Provide backward compatibility for deprecated button arguments. |
BP_Button::contents() |
Return the markup for the generated button. |
BP_Button::display() |
Output the markup of button. |
BP_Buttons_Group::__construct() |
Constructor |
BP_Buttons_Group::get() |
Get the BuddyPress buttons for the group |
BP_Buttons_Group::set() |
Set the button |
BP_Buttons_Group::sort() |
Sort the Buttons of the group according to their position attribute |
BP_Buttons_Group::update() |
Update the group of buttons |
BP_Compatibility_Admin_Integration_Tab::form_html() | |
BP_Compatibility_Admin_Integration_Tab::initialize() | |
BP_Compatibility_Integration::__construct() | |
BP_Compatibility_Integration::action_links() |
Change the Third party plugin setting link. |
BP_Compatibility_Integration::setup_admin_integration_tab() |
Register admin setting tab, only if Compatibility plugin is disabled |
BP_Component::add_permastructs() |
Add any permalink structures. |
BP_Component::add_rewrite_rules() |
Add any additional rewrite rules. |
BP_Component::add_rewrite_tags() |
Add any additional rewrite tags. |
BP_Component::generate_rewrite_rules() |
Generate any additional rewrite rules. |
BP_Component::includes() |
Include required files. |
BP_Component::late_includes() |
Late includes method. |
BP_Component::parse_query() |
Allow components to parse the main query. |
BP_Component::register_global_tables() |
Register global tables for the component, so that it may use WordPress’s database API. |
BP_Component::register_meta_tables() |
Register component metadata tables. |
BP_Component::register_post_types() |
Set up the component post types. |
BP_Component::register_taxonomies() |
Register component-specific taxonomies. |
BP_Component::rest_api_init() |
Init the BuddyBoss REST API. |
BP_Component::setup_actions() |
Set up the actions. |
BP_Component::setup_admin_bar() |
Set up the component entries in the WordPress Admin Bar. |
BP_Component::setup_cache_groups() |
Setup component-specific cache groups. |
BP_Component::setup_canonical_stack() |
Set up the canonical URL stack for this component. |
BP_Component::setup_globals() |
Set up component global variables. |
BP_Component::setup_nav() |
Set up component navigation. |
BP_Component::setup_title() |
Set up the component title. |
BP_Component::start() |
Component loader. |
BP_Core_BP_Nav_BackCompat::__construct() |
Constructor. |
BP_Core_BP_Nav_BackCompat::get_component() |
Get the component to which the a nav item belongs. |
BP_Core_BP_Nav_BackCompat::get_component_nav() |
Get the BP_Core_Nav object corresponding to the component, based on a nav item name. |
BP_Core_BP_Nav_BackCompat::get_nav() |
Get the nav object corresponding to the specified offset. |
BP_Core_BP_Nav_BackCompat::offsetExists() |
Check whether nav array has a value at the specified offset. |
BP_Core_BP_Nav_BackCompat::offsetGet() |
Get a value of the nav array at the specified offset. |
BP_Core_BP_Nav_BackCompat::offsetSet() |
Assign a value to the nav array at the specified offset. |
BP_Core_BP_Nav_BackCompat::offsetUnset() |
Unset a nav array value at the specified offset. |
BP_Core_BP_Nav_BackCompat::reset() |
Reset the cached nav items. |
BP_Core_BP_Nav_BackCompat::set_component() |
Set the component to which the nav belongs. |
BP_Core_BP_Nav_BackCompat::to_array() |
Get the nav data, formatted as a flat array. |
BP_Core_BP_Options_Nav_BackCompat::get_nav() |
Get the nav object corresponding to the specified offset. |
BP_Core_BP_Options_Nav_BackCompat::get_parent_slug() |
Get the parent slug of the current nav item. |
BP_Core_BP_Options_Nav_BackCompat::offsetGet() |
Get a value of the nav array at the specified offset. |
BP_Core_BP_Options_Nav_BackCompat::offsetUnset() |
Unset a nav array value at the specified offset. |
BP_Core_BP_Options_Nav_BackCompat::set_parent_slug() |
Set the parent slug of the current nav item. |
BP_Core_Follow_Follower_Widget::__construct() |
Constructor. |