You appear to be a bot. Output may be restricted
Description
Implement help hook for bw_contact_user
Usage
bw_contact_user__help( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: bw_contact_user –
Returns
voidSource
File name: oik-user/shortcodes/oik-contact-user.phpLines:
1 to 4 of 4
function bw_contact_user__help( $shortcode="bw_contact_user" ) { return( "Display a contact form for the specific user" ); }View on GitHub