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/general-template.php: get_the_date() | Retrieve the date on which the post was written. |
wp-includes/class-wp-query.php: WP_Query::__construct() | Constructor. |
wp-includes/query.php: get_queried_object_id() | Retrieve ID of the current queried object. |
wp-includes/functions.php: absint() | Convert a value to non-negative integer. |
wp-includes/widgets/class-wp-widget-recent-posts.php: widget_posts_args | Filters the arguments for the Recent Posts widget. |
wp-includes/widgets/class-wp-widget-pages.php: widget_title | Filters the widget title. |
wp-includes/link-template.php: the_permalink() | Displays the permalink for the current post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: get_the_title() | Retrieve post title. |