Fires before the comment fields in the comment form, excluding the textarea.
N/A
Sortie :
// Ajouter une fonction au hook action 'comment_form_before_fields'
add_action('comment_form_before_fields', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook comment_form_before_fields déclenché');
}
Chargement des actualités...