Fires before the footer on the network upgrade screen.
N/A
Sortie :
// Ajouter une fonction au hook action 'wpmu_upgrade_page'
add_action('wpmu_upgrade_page', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook wpmu_upgrade_page déclenché');
}
Chargement des actualités...