Description
Implement help hook for [bw_fields]
Usage
bw_fields__help( $shortcode );Parameters
- $shortcode
- ( mixed ) optional default: bw_fields –
Returns
voidSource
File name: oik-fields/shortcodes/oik-fields.phpLines:
1 to 3 of 3
function bw_fields__help( $shortcode="bw_fields" ) { return( "Format custom fields, with labels" ); }View on GitHub
