CAWeb_Nav_Menu
extends Walker_Nav_Menu
in package CAWeb
Core class used to implement an HTML list of nav menu items. TagsTable of Contents
Attach Filters/Hooks
Filters the Walker class used when adding nav menu items.
If the menu doesn't exists, this callback function will fire. Default is 'wp_page_menu'.
Filters the HTML content for navigation menus.
caweb_nav_menu_args() : mixed||string|int
Filters the arguments used to display a navigation menu.
CAWeb wp nav menu item custom fields hook. Hooked from the CAWeb_Nav_Menu_Walker.
Fires after a navigation menu item has been updated.
caweb_widget_nav_menu_args() : mixed||string|int
Filters the arguments for the Navigation Menu widget.
HTML for the Design System Footer Menu
HTML for the Design System Navigation Menu
HTML for Dropdown Sub Navigation Menu
HTML for Flex Mega Dropdown Sub Navigation Menu
HTML for the Footer Menu
HTML for the Footer Social Menu
HTML for Mega Dropdown Sub Navigation Menu
HTML for the Navigation Menu (first-level-links)
Begin Creation of the Widget Navigation Menu
Return CA.gov logo used in footer menu.
Methods
__construct()
Attach Filters/Hooks
public __construct() : voidTags Return values
void