Filter: dt_syncable_taxonomies
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
Defined in includes/utils.php at line 536
Returns
Associative array list of taxonomies supported by current post in the format of $taxonomy => $terms.