wpmu_upgrade_page

ACTION wp-admin\network\upgrade.php (ligne 153) github
Fires before the footer on the network upgrade screen.

Paramètres

Entrée :
N/A
Sortie :
N/A

Utilisation

// 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é');
}

Actualités

Chargement des actualités...