| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 109 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Class: BP_Walker_Category_Checklist - X-Ref
Walker class to output an unordered list of category checkbox input elements.| start_lvl( &$output, $depth = 0, $args = array() X-Ref |
| Starts the list before the elements are added. since: 2.5.0 param: string $output Passed by reference. Used to append additional content. param: int $depth Depth of category. Used for tab indentation. param: array $args An array of arguments. |
| end_lvl( &$output, $depth = 0, $args = array() X-Ref |
| Ends the list of after the elements are added. since: 2.5.0 param: string $output Passed by reference. Used to append additional content. param: int $depth Depth of category. Used for tab indentation. param: array $args An array of arguments. |
| start_el( &$output, $category, $depth = 0, $args = array() X-Ref |
| Start the element output. param: string $output Passed by reference. Used to append additional content. param: object $category The current term object. param: int $depth Depth of the term in reference to parents. Default 0. param: array $args An array of arguments. param: int $id ID of the current term. |
| end_el( &$output, $category, $depth = 0, $args = array() X-Ref |
| Ends the element output, if needed. since: 2.5.0 param: string $output Passed by reference. Used to append additional content. param: object $category The current term object. param: int $depth Depth of the term in reference to parents. Default 0. param: array $args An array of arguments. @see wp_terms_checklist() |
| Generated: Thu Nov 6 01:00:59 2025 | Cross-referenced by PHPXref 0.7.1 |