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
Called by
Invoked by
Calls
1 to 9 of 9
- bw_genericons_example() – Display all the genericons that are available.
- bw_list_dashicons() – Produce a list of the possible dashicons in the dashicons.css file
- bw_texticons_example() – Display all the texticons that are available.
- ediv() – End a div
- epan() –
- h3() –
- kv() – Create a keyword value pair
- sdiv() – Start a div
- span() –
Call hooks
API Letters:
