You appear to be a bot. Output may be restricted
Description
Usage
oiksp_display_confirmation( $fields );
Parameters
- $fields
- ( mixed ) required –
Returns
voidSource
File name: oik-squeeze/shortcodes/oik-squeeze.phpLines:
1 to 7 of 7
function oiksp_display_confirmation( $fields ) { p( "An email has been sent asking you to confirm your email address." ); p( "Click on the link in the email to complete the confirmation." ); p( "Alternatively, copy the confirmation key from the email and paste it into the form." ); bw_trace2(); do_action( "oiksp_initial_contact", $fields ); }