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