apply_filters( 'wpt_filter_post_data', $filter, $post ) → {bool}
Return true to ignore this post based on POST data. Default false.
Parameters:
Name | Type | Description |
---|---|---|
$filter |
bool | True if this post should not have a status update sent. |
$post |
array | POST global. |
- Source:
Returns:
- Type
- bool