apply_filters( 'wpt_filter_post_data', $filter, $post ) → {bool}
Return true to block 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