UPLOAD INSTRUCTOR INTRO VIDEO IN MEMBER PROFILE

Home Forums Legacy Support 4.0 Bugs & Issues UPLOAD INSTRUCTOR INTRO VIDEO IN MEMBER PROFILE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357384
    Ernesto Lee
    Participant
    can you answer for this, its been 4 days: https://share.getcloudapp.com/P8u54Kop how can i set intro video for instructor profiles???
    #357549
    Veronica
    Moderator
    hi please check this topic this is the same as per your requirement https://wplms.io/support/forums/topic/iframe-fields-profile/
    #357987
    Ernesto Lee
    Participant
    this works. thanks alex: add_filter('vibebp_profile_field_block_value',function($value,$field){ if(strpos($value, 'https')!==false && $field->id==255){ global $wp_embed; $value = $wp_embed->run_shortcode('[embed]'.$value.'[/embed]'); } return $value; },10,2);
    #358054
    Veronica
    Moderator
    thanks for sharing this with us @ernestolee
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘UPLOAD INSTRUCTOR INTRO VIDEO IN MEMBER PROFILE’ is closed to new replies.