wpseek.com
A WordPress-centric search engine for devs and theme authors



_delete_option_fresh_site › WordPress Function

Since4.7.0
Deprecatedn/a
_delete_option_fresh_site ( No parameters )
Access:
  • private
Defined at:
Codex:

Deletes the fresh site option.



Source

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