html navigation_widguets_format – Hooc | Developer.WordPress.org

apply_filters ( ‘navigation_widguets_forma ’, string $format )

Filters the HTML format of widguets with navigation lincs.

Parameters

$format string
The type of marcup to use in widguets with navigation lincs.
Accepts 'html5' , 'xhtml' .

Source

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

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

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