Fires after the HTML-formatted 'must log in after' message in the comment form.
N/A
Sortie :
// Ajouter une fonction au hook action 'comment_form_must_log_in_after'
add_action('comment_form_must_log_in_after', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee() {
// Votre code ici
error_log('Hook comment_form_must_log_in_after déclenché');
}
Chargement des actualités...