You appear to be a bot. Output may be restricted
Description
Implement help hook for [bw_field]
Usage
bw_field__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_field –
Returns
voidSource
File name: oik-fields/shortcodes/oik-field.phpLines:
1 to 3 of 3
function bw_field__help( $shortcode="bw_field" ) { return( "Format custom fields without labels" ); }View on GitHub