You appear to be a bot. Output may be restricted
Description
Help hook for [bw_css] shortcode
Usage
$string = bw_css__help( $shortcode );
Parameters
- $shortcode
- ( string ) optional default: bw_css – shortcode name
Returns
string Short description of the shortcodeSource
File name: oik-css/shortcodes/oik-css.phpLines:
1 to 3 of 3
function bw_css__help( $shortcode="bw_css" ) { return( __( "Add internal CSS styling", "oik-css" ) ); }View on GitHub View on Trac