W3cubDocs

/WordPress

_delete_option_fresh_site()

Deletes the fresh site option.

Source

function _delete_option_fresh_site() {
	update_option( 'fresh_site', '0', false );
}

Changelog

Version Description
4.7.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_delete_option_fresh_site