wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



edit_comment › Les Actions WordPress

Depuis4.6.0
Dépréciéen/a
do_action( 'edit_comment', $comment_id, $data )
Paramètres: (2)
  • (int) $comment_id The comment ID.
    Requis: Oui
  • (array) $data Comment data.
    Requis: Oui
Défini(e) dans:
Codex:

Fires immediately after a comment is updated in the database.

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





Source

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