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



get_comments_pagenum_link › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'get_comments_pagenum_link', $result )
Parameter:
  • (string) $result The comments page number link.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comments page number link for the current request.





Quellcode

return apply_filters( 'get_comments_pagenum_link', $result );