wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



edit_comment › Działania WordPress Hooks

Od4.6.0
Przestarzałyn/a
do_action( 'edit_comment', $comment_id, $data )
Parametry: (2)
  • (int) $comment_id The comment ID.
    Wymagane: Tak
  • (array) $data Comment data.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires immediately after a comment is updated in the database.

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





Źródło

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