wp/wp-includes/sitemaps/class-wp-sitemaps-index.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    13  * Class WP_Sitemaps_Index.
    13  * Class WP_Sitemaps_Index.
    14  * Builds the sitemap index page that lists the links to all of the sitemaps.
    14  * Builds the sitemap index page that lists the links to all of the sitemaps.
    15  *
    15  *
    16  * @since 5.5.0
    16  * @since 5.5.0
    17  */
    17  */
       
    18 #[AllowDynamicProperties]
    18 class WP_Sitemaps_Index {
    19 class WP_Sitemaps_Index {
    19 	/**
    20 	/**
    20 	 * The main registry of supported sitemaps.
    21 	 * The main registry of supported sitemaps.
    21 	 *
    22 	 *
    22 	 * @since 5.5.0
    23 	 * @since 5.5.0