Uses
Uses | Description |
---|---|
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/general-template.php: paginate_links() | Retrieve paginated link for archive post pages. |
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/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/link-template.php: user_trailingslashit() | Retrieves a trailing-slashed string if the site is set for adding trailing slashes. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::using_permalinks() | Determines whether permalinks are being used. |
wp-includes/comment.php: get_comment_pages_count() | Calculate the total number of comment pages. |