Description
Implement [bw_editcss] shortcode to create an Edit (custom) CSS button.
Usage
bw_editcss( $atts );Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-bob-bing-wide.phpLines:
1 to 7 of 7
function bw_editcss( $atts=null ) { $theme = bw_get_theme(); if ( function_exists( "oik_custom_css") ) { oik_custom_css( $theme ); } return( bw_ret()); }View on GitHub View on Trac
Called by
Invoked by
Calls
1 to 3 of 3
