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 3 of 3
function bw_contact_user__help( $shortcode="bw_contact_user" ) { return( "Display a contact form for the specific user" ); }View on GitHub
