Filters the arguments used to query comments in comments_template().
$comment_args
Sortie :
@param array $comment_args {
// Modifier la valeur avec le filtre 'comments_template_query_args'
add_filter('comments_template_query_args', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre($comment_args) {
// Modifier la valeur
return $comment_args;
}
Chargement des actualités...