wp_sitemaps_stylesheet_index_url

wp_sitemaps_stylesheet_index_url

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_sitemaps_stylesheet_index_url') is found 1 times:

  • /wp-includes/sitemaps/class-wp-sitemaps-renderer.php line 115
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
         * @since 5.5.0
         *
         * @param string $sitemap_url Full URL for the sitemaps index XSL file.
         */
        return apply_filters( 'wp_sitemaps_stylesheet_index_url', $sitemap_url );
    }
     
    /**
     * Renders a sitemap index.
     *
     * @since 5.5.0