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: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/widgets/class-wp-widget-recent-comments.php: widget_comments_args | Filters the arguments for the Recent Comments 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. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |
wp-includes/post.php: _prime_post_caches() | Adds any posts from the given IDs to the cache that do not already exist in cache |
wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |
wp-includes/comment-template.php: get_comment_author_link() | Retrieves the HTML link to the URL of the author of the current comment. |
wp-includes/comment.php: get_comments() | Retrieve a list of comments. |