You appear to be a bot. Output may be restricted
Description
Future use function
Usage
bw_header_30( $atts );
Parameters
- $atts
- ( mixed ) required –
Returns
voidSource
File name: oik/bw_block_30.incLines:
1 to 10 of 10
function bw_header_30( $atts ) { extract( shortcode_atts( array( 'prefix' => 'art-', 'level' => 'h3', 'title' => NULL, 'link' => NULL ), $atts ) ); artblockheader( $title ); return( bw_ret()); }View on GitHub View on Trac