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/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/widgets/class-wp-widget-pages.php: widget_title | Filters the widget title. |
wp-includes/widgets.php: wp_widget_rss_output() | Display the RSS entries in a list. |
wp-includes/link-template.php: includes_url() | Retrieves the URL to the includes directory. |
wp-includes/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
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. |
wp-includes/feed.php: fetch_feed() | Build SimplePie object based on RSS or Atom feed from URL. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |