install_themes_table_header

ACTION wp-admin\includes\class-wp-theme-install-list-table.php (ligne 217) github
Fires in the Install Themes list table header.

Paramètres

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

Utilisation

// Ajouter une fonction au hook action 'install_themes_table_header'
add_action('install_themes_table_header', 'ma_fonction_personnalisee', 10, 1);

function ma_fonction_personnalisee() {
    // Votre code ici
    error_log('Hook install_themes_table_header déclenché');
}

Actualités

Chargement des actualités...