apply_filters( 'ep_ignore_invalid_dates', $ignore, $post_id, $post ) → {bool}
Filter to ignore invalid dates
Parameters:
| Name | Type | Description | 
|---|---|---|
$ignore | 
            
            bool | True to ignore  | 
        
$post_id | 
            
            int | Post ID  | 
        
$post | 
            
            WP_Post | Post object  | 
        
Returns:
New ignore value
- Type
 - bool