You appear to be a bot. Output may be restricted
Description
Help hook for [bw_table] shortcode
Usage
bw_table__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_table –
Returns
voidSource
File name: oik/shortcodes/oik-table.phpLines:
1 to 3 of 3
function bw_table__help( $shortcode="bw_table" ) { return( __( "Display custom post data in a tabular form", "oik" ) ); }View on GitHub View on Trac