You appear to be a bot. Output may be restricted
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