Fires in the Install Themes list table header.
N/A
Sortie :
// 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é');
}
Chargement des actualités...