Removes an option by name for the current network.
$option
Sortie :
@param string $option Name of the option to delete. Expected to not be SQL-escaped. @return bool True if the option was deleted, false otherwise.
// Utilisation de la fonction delete_site_option
$result = delete_site_option($option);
if ($result) {
// Votre logique ici
}
Chargement des actualités...