Description
Fires when initializing the Sitemaps object. Additional sitemaps should be registered on this hook.
Occurrences
Filename | Line Number |
---|---|
wp-includes/sitemaps.php | 39 |
Parameters
Type | Name | Description |
---|---|---|
WP_Sitemaps | $wp_sitemaps | Sitemaps object. |
PHP Doc
/**
* Fires when initializing the Sitemaps object.
*
* Additional sitemaps should be registered on this hook.
*
* @since 5.5.0
*
* @param WP_Sitemaps $wp_sitemaps Sitemaps object.
*/