Video_Post::get_post()
Return
(array|\WP_Post|null)
Source
File: includes/libs/video-post.class.php
public function get_post(){
return $this->_post;
}
(array|\WP_Post|null)
File: includes/libs/video-post.class.php
public function get_post(){
return $this->_post;
}