Filter: dt_syncable_taxonomies

apply_filters( 'dt_syncable_taxonomies', $taxonomies, $post ) → {array}

Filters the taxonomies that should be synced.

Parameters:
Name Type Description
$taxonomies array

Associative array list of taxonomies supported by current post in the format of $taxonomy => $terms.

$post WP_Post

The post object.

Since:
  • 1.0
Source:
Returns:

Associative array list of taxonomies supported by current post in the format of $taxonomy => $terms.

Type
array