apply_filters( 'mcs_check_conflicts', $conflicts, $post ) → {array|bool}
Filter the results of a check for time/location conflicts.
Parameters:
Name | Type | Description |
---|---|---|
$conflicts |
array | bool | False if no conflicts, array of conflicting events if found. |
$post |
array | Query. |
- Source:
Returns:
- Type
- array | bool