Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wp_insert_post( array(
- 'post_title' => 'My video title',
- 'post_content' => 'My video content',
- 'post_type' => 'video',
- 'post_status' => 'publish',
- 'meta_input' => array(
- 'video_url' => 'https://www.youtube.com/watch?v=rMGEMYaQiOg&t=210s',
- 'layout' => 'small'
- )
- ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement