Add a node (menu item) to the Admin Bar menu.
WP_Admin_Bar::initialize
WP_Admin_Bar::__get
Walker_Page::end_el
Outputs the end of the current element in the tree.
Advertisement
Walker_Page::start_el
Outputs the beginning of the current element in the tree.
Walker_Page::end_lvl
Outputs the end of the current level in the tree after elements are output.
Walker_Page::start_lvl
Outputs the beginning of the current level in the tree before elements are output.
Walker_PageDropdown::start_el
Starts the element output.
Advertisement
Walker_Nav_Menu::end_el
Ends the element output, if needed.
Walker_Nav_Menu::start_el
Starts the element output.
Walker_Nav_Menu::end_lvl
Ends the list of after the elements are added.
Walker_Nav_Menu::start_lvl
Starts the list before the elements are added.
Advertisement
Walker_Comment::html5_comment
Outputs a comment in the HTML5 format.
Walker_Comment::comment
Outputs a single comment.
Walker_Comment::ping
Outputs a pingback comment.