@since: BuddyPress 1.7.0 |
Description |
---|---|
BP_Theme_Compat::start() |
Set up the BuddyPress-specific theme compat methods. |
BP_Theme_Compat::setup_globals() |
Set up global data for your template package. |
BP_Theme_Compat::setup_actions() |
Set up theme hooks for your template package. |
BP_Theme_Compat::__set() |
Set a theme’s property. |
BP_Theme_Compat::__get() |
Get a theme’s property. |
bp_nav_menu_item_id |
Filters the value to be used for the nav menu ID attribute. |
the_title |
Filters the link text to be added to the item output. |
bp_walker_nav_menu_start_el |
Filters the final result for the menu item. |
BP_Walker_Nav_Menu |
Create HTML list of BP nav items. |
BP_Walker_Nav_Menu::walk() |
Display array of elements hierarchically. |