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



edit_comment › WordPress Action Hooks

Seit4.6.0
Veraltetn/v
do_action( 'edit_comment', $comment_id, $data )
Parameter: (2)
  • (int) $comment_id The comment ID.
    Erforderlich: Ja
  • (array) $data Comment data.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a comment is updated in the database.

The hook also fires immediately before comment status transition hooks are fired.





Quellcode

do_action( 'edit_comment', $comment_id, $data );