comment_flood_message

FILTER wp-includes\comment.php (ligne 808) github
This filter is documented in wp-includes/comment-template.php

Paramètres

Entrée :
__( 'You are posting comments too quickly. Slow down.'
Sortie :
N/A

Utilisation

// Modifier la valeur avec le filtre 'comment_flood_message'
add_filter('comment_flood_message', 'ma_fonction_filtre', 10, 1);

function ma_fonction_filtre(__( 'You are posting comments too quickly. Slow down.') {
    // Modifier la valeur
    return __( 'You are posting comments too quickly. Slow down.';
}

Actualités

Chargement des actualités...