_delete_option_fresh_site()
Deletes the fresh site option.
Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.
No Hooks.
Returns
null
. Nothing (null).
Usage
_delete_option_fresh_site();
Changelog
Since 4.7.0 | Introduced. |
_delete_option_fresh_site() delete option fresh site code WP 6.8.1
function _delete_option_fresh_site() { update_option( 'fresh_site', '0', false ); }