do_action( 'vimeotheque\import_duplicate_taxonomies', \WP_Post $post , string $taxonomy , string $taxonomy_value , string $tag_taxonomy , string $tag_taxonomy_value )
Action triggered when duplicate posts were detected.
Description
Can be used to set extra taxonomies for already existing posts.
Parameters
- $post
-
The WordPress post object that was found as duplicate.
- $taxonomy
-
The taxonomy that must be imported for the post.
- $taxonomy_value
-
The plugin taxonomy that must be set up.
- $tag_taxonomy
-
The tag taxonomy that must be set up.
- $tag_taxonomy_value
-
The tag taxonomy value that must be set for the post.