Uses
Uses | Description |
---|---|
wp-includes/sitemaps/class-wp-sitemaps-renderer.php: wp_sitemaps_stylesheet_url | Filters the URL for the sitemap stylesheet. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::using_permalinks() | Determines whether permalinks are being used. |