You appear to be a bot. Output may be restricted
Description
Code snippet for the [bw_video] shortcodeSince the implementing function for the shortcode is not the same as the shortcode we need to let _sc__snippet know
Usage
bw_video__snippet( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_video –
Returns
voidSource
File name: oik-video/oik-video.incLines:
1 to 5 of 5
function bw_video__snippet( $shortcode='bw_video' ) { $atts = 'url=https://youtu.be/2IYAU2qeeC8?rel=0'; _sc__snippet( $shortcode, $atts ); }