do_action( 'vimeotheque\import_success', int $post_id , array $video , false $unknown , string $post_type )
Action after a video post was successfully imported into the database.
Parameters
- $post_id
-
ID of the post newly created from the Vimeo video.
- $video
-
Array of video details retrieved from Vimeo.
- $unknown
-
Unused parameter.
- $post_type
-
The post type that was created.