wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



pre_wp_update_comment_count_now › Filtr WordPress Hooks

Od4.5.0
Przestarzałyn/a
apply_filters( 'pre_wp_update_comment_count_now', null, $old, $post_id )
Parametry: (3)
  • (int|null) $new The new comment count. Default null.
    Wymagane: Tak
  • (int) $old The old comment count.
    Wymagane: Tak
  • (int) $post_id Post ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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