apply_filters( 'ep_comment_sync_kill', $skip, $comment_id ) → {boolean}
Filter to kill comment sync
Parameters:
Name | Type | Description |
---|---|---|
$skip |
bool | True means kill sync for comment |
$comment_id |
int | Comment ID |
- Since:
- 3.6.0
- Source:
Returns:
New value
- Type
- boolean