Fires in head section of Customizer controls.
N/A
Sortie :
// Ajouter une fonction au hook action 'customize_controls_head'
add_action('customize_controls_head', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook customize_controls_head déclenché');
}
Chargement des actualités...