Filter: dt_sync_meta

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 true.

$meta_key string

The meta key.

$meta_value mixed

The meta value.

$post_id int

The post ID.

Source:
Returns:

Whether to sync meta.

Type
bool