You appear to be a bot. Output may be restricted
Description
Syntax for [bw_codes]
Usage
bw_codes__syntax();
Parameters
Returns
voidSource
File name: oik/shortcodes/oik-codes.phpLines:
1 to 4 of 4
function bw_codes__syntax() { $syntax = array( "ordered" => BW_::bw_skv( "N", "Y", __( "Sort the shortcode codes by name.", "oik" ) ) ); return $syntax; }View on GitHub View on Trac