You appear to be a bot. Output may be restricted
Description
Implement [bw_flex] shortcode
Usage
bw_flex( $atts, $content, $tags );
Parameters
- $atts
- ( mixed ) optional –
- $content
- ( mixed ) optional –
- $tags
- ( mixed ) optional –
Returns
voidSource
File name: oik/shortcodes/oik-flex.phpLines:
1 to 5 of 5
function bw_flex( $atts=null, $content=null, $tags=null ) { gobang(); return( bw_ret() ); }View on GitHub View on Trac