Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ( ! function_exists( 'masvideos_video_import_set_video_choice' ) ) {
  2. function masvideos_video_import_set_video_choice( $video ) {
  3. $video->set_video_choice( 'video_url' );
  4. return $video;
  5. }
  6. }
  7. add_filter( 'masvideos_video_import_pre_insert_video_object', 'masvideos_video_import_set_video_choice' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement