Description
Help hook for [bw_video] shortcode
Usage
bw_video__help( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_video –
Returns
voidSource
File name: oik-video/oik-video.incLines:
1 to 3 of 3
function bw_video__help( $shortcode="bw_video" ) { return( "Display the video specified (url=) or attached videos" ); }
