You appear to be a bot. Output may be restricted
Description
Register navigation menus uses wp_nav_menu in five places.
Usage
twentytwenty_menus();
Parameters
Returns
void
Source
File name: twentytwenty/functions.php
Lines:
1 to 12 of 12
function twentytwenty_menus() { $locations = array( 'primary' => __( 'Desktop Horizontal Menu', 'twentytwenty' ), 'expanded' => __( 'Desktop Expanded Menu', 'twentytwenty' ), 'mobile' => __( 'Mobile Menu', 'twentytwenty' ), 'footer' => __( 'Footer Menu', 'twentytwenty' ), 'social' => __( 'Social Menu', 'twentytwenty' ), ); register_nav_menus( $locations ); }