wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



_delete_option_fresh_site › WordPress Function

Seit4.7.0
Veraltetn/v
_delete_option_fresh_site ( Keine Parameter )
Zugriff:
  • private
Definiert in:
Codex:

Deletes the fresh site option.



Quellcode

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