You appear to be a bot. Output may be restricted
Description
Implement help hook for [bw_fields]
Usage
bw_fields__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_fields –
Returns
void
Source
File name: oik-fields/shortcodes/oik-fields.php
Lines:
1 to 3 of 3
function bw_fields__help( $shortcode="bw_fields" ) { return( "Format custom fields, with labels" ); }