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



pre_wp_update_comment_count_now › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'pre_wp_update_comment_count_now', null, $old, $post_id )
Parameter: (3)
  • (int|null) $new The new comment count. Default null.
    Erforderlich: Ja
  • (int) $old The old comment count.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters a post's comment count before it is updated in the database.





Quellcode

$new = apply_filters( 'pre_wp_update_comment_count_now', null, $old, $post_id );