wp_nav_menu_args

wp_nav_menu_args

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_nav_menu_args') is found 1 times:

  • /wp-includes/nav-menu-template.php line 97
    	 * @see wp_nav_menu()
    	 *
    	 * @param array $args Array of wp_nav_menu() arguments.
    	 */
    	$args = apply_filters( 'wp_nav_menu_args', $args );
    	$args = (object) $args;
    
    	/**
    	 * Filters whether to short-circuit the wp_nav_menu() output.
    	 *
    	 * Returning a non-null value from the filter will short-circuit wp_nav_menu(),