You appear to be a bot. Output may be restricted
Description
Display the company abbreviation using an abbr tag
Usage
bw_abbr( $atts );
Parameters
- $atts
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-abbr.phpLines:
1 to 6 of 6
function bw_abbr( $atts = NULL ) { $abbr = bw_get_option( "abbr" ); $company = bw_get_option( "company" ); _bw_abbr( $company, $abbr ); return( bw_ret()); }View on GitHub View on Trac