Advertisement
arie_cristianD

migrasi from VideoPro

Oct 27th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. // get your post post id and input it to $post_id
  2. //get your video url on the oist and input it to $video_url
  3.  
  4. set_post_format( $post_ID, 'video' );
  5. update_post_meta( $post_ID, '_format_video_embed', $video_url );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement