Fires at the end of the form field template for nav menu items in the customizer. Additional fields can be rendered here and managed in JavaScript.
N/A
Sortie :
// Ajouter une fonction au hook action 'wp_nav_menu_item_custom_fields_customize_template'
add_action('wp_nav_menu_item_custom_fields_customize_template', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook wp_nav_menu_item_custom_fields_customize_template déclenché');
}
Chargement des actualités...