Uses
Uses | Description |
---|---|
wp-includes/widgets/class-wp-nav-menu-widget.php: navigation_widgets_format | Filters the HTML format of widgets with navigation links. |
wp-includes/widgets/class-wp-nav-menu-widget.php: widget_nav_menu_args | Filters the arguments for the Navigation Menu widget. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/widgets/class-wp-widget-pages.php: widget_title | Filters the widget title. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/nav-menu-template.php: wp_nav_menu() | Displays a navigation menu. |
wp-includes/nav-menu.php: wp_get_nav_menu_object() | Returns a navigation menu object. |