jetpack_modified_comment_contents, $new_comment[comment_ID], $changes
jetpack_modified_comment_contents, $new_comment[comment_ID], $changes
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_modified_comment_contents, $new_comment[comment_ID], $changes') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php line 188
* * @param int $new_comment['comment_ID'] ID of comment whose content was modified * @param mixed $changes Array of changed comment fields with before and after values */ do_action( 'jetpack_modified_comment_contents', $new_comment['comment_ID'], $changes ); } return $new_comment; } /** * Initialize comments action listeners for full sync.