Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* change the $jeg_post_id and $jeg_video_source with the actual value from wpAutomatic plugin */
- $jeg_post_id = 112330;
- $jeg_video_source = '<iframe width="560" height="315" src="https://www.youtube.com/embed/VzwmVzpAQbs?si=ZySYcZ2Kf0tl1-d0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>';
- set_post_format( $jeg_post_id, 'video' ); /* to change post format to video */
- update_post_meta( $jeg_post_id, '_format_video_embed', $jeg_video_source ); /* to change the video source url/embed code */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement