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



comment_post › WordPress Action Hooks

Seit4.5.0
Veraltetn/v
do_action( 'comment_post', $comment_id, $commentdata['comment_approved'], $commentdata )
Parameter: (3)
  • (int) $comment_id The comment ID.
    Erforderlich: Ja
  • (int|string) $comment_approved 1 if the comment is approved, 0 if not, 'spam' if spam.
    Erforderlich: Ja
  • (array) $commentdata Comment data.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a comment is inserted into the database.





Quellcode

do_action( 'comment_post', $comment_id, $commentdata['comment_approved'], $commentdata );