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/category-template.php: wp_dropdown_categories() | Displays or retrieves the HTML dropdown list of categories. |
wp-includes/category-template.php: wp_list_categories() | Displays or retrieves the HTML list of categories. |
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/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_js() | Escape single quotes, htmlspecialchar ” &, and fix line endings. |
wp-includes/widgets/class-wp-widget-categories.php: widget_categories_dropdown_args | Filters the arguments for the Categories widget drop-down. |
wp-includes/widgets/class-wp-widget-categories.php: widget_categories_args | Filters the arguments for the Categories widget. |
wp-includes/widgets/class-wp-widget-pages.php: widget_title | Filters the widget title. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |