You appear to be a bot. Output may be restricted
Description
Help hook for [bw_background] shortcode
Usage
bw_background__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_background –
Returns
voidSource
File name: oik-css/shortcodes/oik-background.phpLines:
1 to 3 of 3
function bw_background__help( $shortcode="bw_background" ) { return( __( "Use attached image as the background", "oik-css" ) ); }View on GitHub View on Trac