@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. |
| 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. |
| BP_Walker_Nav_Menu::start_el() |
Display the current |