Autoplay video not working :-(
-
is this filter not working anymore in functions.php?
add_filter( ‘mycred_video_query_youtube’, ‘mycred_adjust_youtube_iframe’ );
function mycred_adjust_youtube_iframe( $attr ) {
$attr[‘autoplay’] = 1;
return $attr;
}
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Autoplay video not working :-(’ is closed to new replies.