navigation_widgets_format

最后更新于:2021-11-27 08:46:58

apply_filters( ‘navigation_widgets_format’, string $format )

Filters the HTML format of widgets with navigation links.

参数

$format

(string)
The type of markup to use in widgets with navigation links. Accepts ‘html5’, ‘xhtml’.

源文件

文件: gc-includes/widgets/class-gc-nav-menu-widget.php

View on Trac