Fires just before the current Customizer control is rendered.
$this
Sortie :
@param WP_Customize_Control $control WP_Customize_Control instance.
// Ajouter une fonction au hook action 'customize_render_control'
add_action('customize_render_control', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($this) {
// Votre code ici
error_log('Hook customize_render_control déclenché');
}
Chargement des actualités...