Parsed: 115425
<?php /** * Nav Menu API: Walker_Nav_Menu class * * @package WordPress * @subpackage Nav_Menus * @since 4.6.0 */ /* class Walker_Nav_Menu */ /* function Walker_Nav_Menu::start_lvl() – Starts the list before the elements are added. */ /* function Walker_Nav_Menu::end_lvl() – Ends the list of after the elements are added. */ /* function Walker_Nav_Menu::start_el() – Starts the element output. */ /* function Walker_Nav_Menu::end_el() – Ends the element output, if needed. */