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