| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
| File Size: | 135 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Walker_Nav_Menu_Checklist:: (4 methods):
__construct()
start_lvl()
end_lvl()
start_el()
Class: BP_Walker_Nav_Menu_Checklist - X-Ref
Create a set of BuddyPress-specific links for use in the Menus admin UI.| __construct( $fields = false ) X-Ref |
| Constructor. param: array|bool $fields See {@link Walker_Nav_Menu::__construct()}. |
| start_lvl( &$output, $depth = 0, $args = array() X-Ref |
| Create the markup to start a tree level. param: string $output See {@Walker_Nav_Menu::start_lvl()}. param: int $depth See {@Walker_Nav_Menu::start_lvl()}. param: array $args See {@Walker_Nav_Menu::start_lvl()}. |
| end_lvl( &$output, $depth = 0, $args = array() X-Ref |
| Create the markup to end a tree level. param: string $output See {@Walker_Nav_Menu::end_lvl()}. param: int $depth See {@Walker_Nav_Menu::end_lvl()}. param: array $args See {@Walker_Nav_Menu::end_lvl()}. |
| start_el( &$output, $item, $depth = 0, $args = array() X-Ref |
| Create the markup to start an element. param: string $output Passed by reference. Used to append additional param: object $item Menu item data object. param: int $depth Depth of menu item. Used for padding. param: object|array $args See {@Walker::start_el()}. param: int $id See {@Walker::start_el()}. |
| Generated: Mon Oct 27 01:00:58 2025 | Cross-referenced by PHPXref 0.7.1 |