apply_filters( 'dt_sync_meta', $sync_meta, $meta_key, $meta_value, $post_id ) → {bool}
Filter whether to sync meta.
Parameters:
| Name | Type | Description | 
|---|---|---|
$sync_meta | 
            
            bool | Whether to sync meta. Default   | 
        
$meta_key | 
            
            string | The meta key.  | 
        
$meta_value | 
            
            mixed | The meta value.  | 
        
$post_id | 
            
            int | The post ID.  | 
        
Returns:
Whether to sync meta.
- Type
 - bool