Filter: ep_comment_sync_args

apply_filters( 'ep_comment_sync_args', $comment_args, $comment_id ) → {array}

Filter sync arguments for a comment.

Parameters:
Name Type Description
$comment_args array

Comment arguments

$comment_id int

Comment ID

Source:
Returns:

New arguments

Type
array