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



wp_update_comment_count › WordPress Action Hooks

Seit2.3.0
Veraltetn/v
do_action( 'wp_update_comment_count', $post_id, $new, $old )
Parameter: (3)
  • (int) $post_id Post ID.
    Erforderlich: Ja
  • (int) $new The new comment count.
    Erforderlich: Ja
  • (int) $old The old comment count.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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