apply_filters( 'mc_pre_checkdata', $post, $action, $i ) → {array}
Filter posted data before performing event data checks.
Parameters:
Name | Type | Description |
---|---|---|
$post |
array | Post data. |
$action |
string | Action performed (edit, copy, add). |
$i |
int | Current event index if parsing multiple events. |
- Source:
Returns:
- Type
- array