wp-includes/sitemaps/class-wp-sitemaps-provider.php: WP_Sitemaps_Provider::get_sitemap_url() | Gets the URL of a sitemap entry. |
wp-includes/sitemaps/class-wp-sitemaps-index.php: WP_Sitemaps_Index::get_index_url() | Builds the URL for the sitemap index. |
wp-includes/sitemaps/class-wp-sitemaps-renderer.php: WP_Sitemaps_Renderer::get_sitemap_index_stylesheet_url() | Gets the URL for the sitemap index stylesheet. |
wp-includes/sitemaps/class-wp-sitemaps-renderer.php: WP_Sitemaps_Renderer::get_sitemap_stylesheet_url() | Gets the URL for the sitemap stylesheet. |
wp-includes/category-template.php: get_the_category_list() | Retrieves category list for a post in either HTML list or custom format. |
wp-includes/general-template.php: paginate_links() | Retrieves paginated links for archive post pages. |
wp-includes/link-template.php: get_comments_pagenum_link() | Retrieves the comments page number link. |
wp-includes/link-template.php: paginate_comments_links() | Displays or retrieves pagination links for the comments on the current post. |
wp-includes/link-template.php: get_pagenum_link() | Retrieves the link for a page number. |
wp-includes/link-template.php: get_attachment_link() | Retrieves the permalink for an attachment. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::mod_rewrite_rules() | Retrieves mod_rewrite-formatted rewrite rules to write to .htaccess. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::iis7_url_rewrite_rules() | Retrieves IIS7 URL Rewrite formatted rewrite rules to write to web.config file. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::using_mod_rewrite_permalinks() | Determines whether permalinks are being used and rewrite module is enabled. |
wp-includes/canonical.php: redirect_canonical() | Redirects incoming links to the proper URL based on the site url. |
wp-includes/canonical.php: wp_redirect_admin_locations() | Redirects a variety of shorthand URLs to the admin. |
wp-includes/comment-template.php: get_comment_link() | Retrieves the link to a given comment. |