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



wp_update_comment_count › Działania WordPress Hooks

Od2.3.0
Przestarzałyn/a
do_action( 'wp_update_comment_count', $post_id, $new, $old )
Parametry: (3)
  • (int) $post_id Post ID.
    Wymagane: Tak
  • (int) $new The new comment count.
    Wymagane: Tak
  • (int) $old The old comment count.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires immediately after a post's comment count is updated in the database.





Źródło

do_action( 'wp_update_comment_count', $post_id, $new, $old );