Uses
Uses | Description |
---|---|
wp-includes/general-template.php: feed_links_show_posts_feed | Filters whether to display the posts feed link. |
wp-includes/general-template.php: feed_links_show_comments_feed | Filters whether to display the comments feed link. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
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/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/link-template.php: get_feed_link() | Retrieves the permalink for the feed type. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/feed.php: feed_content_type() | Return the content type for specified feed type. |
wp-includes/feed.php: get_default_feed() | Retrieve the default feed. |