Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/query.php: is_singular() | Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types). |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/link-template.php: get_comments_pagenum_link() | Retrieves the comments page number link. |
wp-includes/link-template.php: previous_comments_link_attributes | Filters the anchor tag attributes for the previous comments page link. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |