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 |
$post |
WP_Post | The post object. |
Returns:
Associative array list of taxonomies supported by current post in the format of $taxonomy => $terms.
- Type
- array