has_nav_menu

Advertisement

Summery Summery

Filters whether a nav menu is assigned to the specified location.

Syntax Syntax

apply_filters( 'has_nav_menu', bool $has_nav_menu, string $location )

Parameters Parameters

$has_nav_menu

Whether there is a menu assigned to a location.

$location

Menu location.

Source Source

File: wp-includes/nav-menu.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.

Advertisement

Leave a Reply