You appear to be a bot. Output may be restricted
Description
Example hook for [bw_dash] shortcode
Usage
bw_dash__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_dash –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-dash.phpLines:
1 to 6 of 6
function bw_dash__example( $shortcode="bw_dash" ) { bw_svgicons_example(); bw_dashicons_example(); bw_genericons_example(); bw_texticons_example(); }View on GitHub