apply_filters( 'ep_user_sync_kill', $kill, $user_id ) → {bool}
Filter whether to kill sync for a particular user
Parameters:
Name | Type | Description |
---|---|---|
$kill |
bool | True means dont sync |
$user_id |
int | User ID |
- Since:
- 3.0
- Source:
Returns:
New kill value
- Type
- bool