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/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/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/general-template.php: wp_meta() | Theme container function for the ‘wp_meta’ action. |
wp-includes/general-template.php: wp_register() | Display the Registration or Admin link. |
wp-includes/general-template.php: wp_loginout() | Display the Log In/Out link. |
wp-includes/widgets/class-wp-widget-meta.php: widget_meta_poweredby | Filters the “WordPress.org” list item HTML in the Meta widget. |
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. |