bw_header_30() – Future use function

You appear to be a bot. Output may be restricted

Description

Future use function

Usage

bw_header_30( $atts );

Parameters

$atts
( mixed ) required

Returns

void

Source

File name: oik/bw_block_30.inc
Lines:

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 Trac