You appear to be a bot. Output may be restricted
Description
Snippet hook for [bw_csv] shortcode
Usage
bw_csv__snippet( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_csv –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-csv.phpLines:
1 to 4 of 4
function bw_csv__snippet( $shortcode="bw_csv" ) { $example = ']a,b' . PHP_EOL . '1,2[/bw_csv'; _sc__snippet( $shortcode, $example ); }View on GitHub