Fires after the network options are updated.
N/A
Sortie :
// Ajouter une fonction au hook action 'update_wpmu_options'
add_action('update_wpmu_options', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook update_wpmu_options déclenché');
}
Chargement des actualités...