Does this mean anything
-
To newbie and someone who does not understand code what the hell is this code,,,i went to documentation to simply learn how to alter the placment of videos why is this next to useless information given ?? simple question when i search for videos and upload them i want to assign some videos to a page and not others ,,,grrrrrrrrrrr how crap !! its the simplist thing on the planet why is it not a standard feature ? also how do i change the display where not in the 1990,,ss clear presentation and usability are key !!!!!!!!!!!!!!!
// add your filter
add_filter( ‘tube_vc_filter_video_placement_options’, ‘my_video_placement_options’, 10, 1 );// create a function to customize video placement options
function my_video_placement_options( $placements ){// remove a placement
unset( $placements[‘none’] );// return your desired placements
return $placements;}
- The topic ‘Does this mean anything’ is closed to new replies.