Plugin filters / cbc video post title

Description

Filter on post title, right before inserting the post into the database.

Parameters

$post_title
(string)(required) The title that will be set for the video post.

Default:None
$video
(array)(optional) Video details returned by YouTube API.

Default:None
$theme_import
(array)(optional) If user chose to import videos for compatible WP theme, this variable will hold the theme details. Useful to separate posts created for the theme from regular video posts.

Default:None

Related