You appear to be a bot. Output may be restricted
Description
Example for [bw_video] shortcode
Usage
bw_video__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_video –
Returns
void
Source
File name: oik-video/oik-video.inc
Lines:
1 to 6 of 6
function bw_video__example( $shortcode="bw_video" ) { $atts = 'url=https://youtu.be/2IYAU2qeeC8?rel=0'; $text = "Sample video from oik-plugins" ; bw_invoke_shortcode( $shortcode, $atts, $text ); }