Description
Return a list of texticons which are normal characters but displayed using dashicons logic
Usage
bw_list_texticons();Parameters
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-dash.phpLines:
1 to 11 of 11
function bw_list_texticons() { $ti = array(); $ti[] = 'cent'; $ti[] = 'css'; $ti[] = 'shortcode'; $ti[] = 'sterling'; $ti[] = 'euro'; $ti[] = 'yen'; $ti[] = 'dollar'; return( $ti ); }View on GitHub
Called by
1 to 3 of 3
Invoked by
Calls
Call hooks
API Letters:
