Filters the anchor tag attributes for the next comments page link.
''
Sortie :
@param string $attributes Attributes for the anchor tag.
// Modifier la valeur avec le filtre 'next_comments_link_attributes'
add_filter('next_comments_link_attributes', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre('') {
// Modifier la valeur
return '';
}
Chargement des actualités...