apply_filters( 'navigation_widgets_format', string $format )

Filters the HTML format of widgets with navigation links.


Parameters

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

Top ↑

Source

File: wp-includes/widgets/class-wp-nav-menu-widget.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

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