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



comments_array › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'comments_array', $comments_flat, $post->ID )
Parameter: (2)
  • (array) $comments Array of comments supplied to the comments template.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comments array.





Quellcode

$wp_query->comments = apply_filters( 'comments_array', $comments_flat, $post->ID );