',
esc_url( $atts['url'] ),
(($atts['autoplay'] === 'true') ? 'allow="autoplay"' : '')
);
} else {
printf(
'',
(($atts['autoplay'] === 'true') ? 'allow="autoplay"' : ''),
esc_url( $atts['url'] )
);
}
return ob_get_clean();
} );
}, 30 );
add_action( 'wp_head', function() {
echo '
';
}, 999 );