You appear to be a bot. Output may be restricted
Description
Help hook for [bw_csv] shortcode
Usage
bw_csv__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_csv –
Returns
voidSource
File name: oik-bob-bing-wide/shortcodes/oik-csv.phpLines:
1 to 3 of 3
function bw_csv__help( $shortcode="bw_csv" ) { return( "Display CSV data in a table or list" ); }View on GitHub