apply_filters( ‘navigation_widgets_format’, string $format )

In this article

Filters the HTML format of widgets with navigation links.

Parameters

$formatstring
The type of markup to use in widgets with navigation links.
Accepts 'html5', 'xhtml'.

Source

$format = apply_filters( 'navigation_widgets_format', $format );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.