Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/link-template.php: get_previous_posts_link() | Retrieves the previous posts page link. |
wp-includes/link-template.php: get_next_posts_link() | Retrieves the next posts page link. |