wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



edit_comment › WordPress Action Hooks

Da4.6.0
Deprecaton/a
do_action( 'edit_comment', $comment_id, $data )
Parametri: (2)
  • (int) $comment_id The comment ID.
    Richiesto:
  • (array) $data Comment data.
    Richiesto:
Definito a:
Codex:

Fires immediately after a comment is updated in the database.

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





Sorgenti

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