You appear to be a bot. Output may be restricted
Description
? Should we allow the $atts array to be pre-mangled. Can we add useful objects?
Usage
bw_prepare_shortcode_atts( $atts );
Parameters
- $atts
- ( mixed ) required –
Returns
voidSource
File name: oik/includes/bobbcomp.phpLines:
1 to 5 of 5
function bw_prepare_shortcode_atts( $atts ) { gobang(); $atts = apply_filters( "bw_prepare_shortcode_atts", $atts ); return( $atts ); }View on GitHub View on Trac