wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



next_comments_link_attributes › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'next_comments_link_attributes', '' )
Parameter:
  • (string) $attributes Attributes for the anchor tag.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the anchor tag attributes for the next comments page link.





Quellcode

$attr = apply_filters( 'next_comments_link_attributes', '' );