Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // get your post post id and input it to $post_id
- //get your video url on the oist and input it to $video_url
- set_post_format( $post_ID, 'video' );
- update_post_meta( $post_ID, '_format_video_embed', $video_url );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement