Video_Post::set_featured_image( bool $refresh = false )
Set featured image on post
Parameters
- $refresh
-
(Optional)
Default value: false
Return
(array|bool|void)
Source
File: includes/libs/video-post.class.php
public function set_featured_image( $refresh = false ){ return $this->_image->set_featured_image( $refresh ); }