You appear to be a bot. Output may be restricted
Description
Reset the sitemap state.
Usage
Jetpack_Sitemap_State::reset( $type );
Parameters
- $type
- ( string ) required – The initial sitemap type.
Returns
void
Source
File name: jetpack/modules/sitemaps/sitemap-state.php
Lines:
1 to 7 of 7
public static function reset( $type ) { delete_transient( 'jetpack-sitemap-state-lock' ); update_option( 'jetpack-sitemap-state', self::initial( $type ) ); }