has_nav_menu

Definition:
function has_nav_menu( $location ) {}

Whether a registered nav menu location has a menu assigned to it.

Parameters

  • string $location: Menu location identifier.

Return values

returns:Whether location has a menu.

Source code

function has_nav_menu( $location ) {

	$locations = get_nav_menu_locations();

	return ( ! empty( $locations[ $location ] ) );

}

1935

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: