Posts_Import::__construct( \Vimeotheque\Post\Post_Type $post_type )
Posts_Import constructor.
Parameters
- $post_type
-
(Required)
Source
File: includes/libs/posts-import.class.php
public function __construct( Post_Type $post_type ) { $this->post_type = $post_type; }