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



wp_count_comments › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'wp_count_comments', array()
Parameter: (2)
  • (array|stdClass) $count An empty array or an object containing comment counts.
    Erforderlich: Ja
  • (int) $post_id The post ID. Can be 0 to represent the whole site.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comments count for a given post or the whole site.





Quellcode

$filtered = apply_filters( 'wp_count_comments', array(), $post_id );