Description
Display all the texticons that are available.Note: There may be duplicates with dashicons Note: The CSS for texticons is defined in oik.css
Usage
bw_texticons_example();Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-dash.phpLines:
1 to 14 of 14
function bw_texticons_example() { $icons = bw_list_texticons(); $class = null; asort( $icons ); h3( "font=texticons" ); foreach ( $icons as $icon ) { sdiv( "inline" ); span( "texticons texticons-$icon $class", null, kv( "text", $icon) ); epan(); e( " " ); e( $icon ); ediv(); } }View on GitHub
Invoked by
Calls
1 to 7 of 7
Call hooks
API Letters:
