You appear to be a bot. Output may be restricted
Description
Perform the "oiksp_confirmed_contact" action for a MailPoet mailing list
Usage
oiksp_confirmed_contact_mailpoet( $post, $atts );
Parameters
- $post
- ( post ) required – the oik_contact record
- $atts
- ( array ) required – values to pass to MailPoet Notes: Since this is an action it doesn't return anything, even if it fails. So it logs the response using bw_trace()
Returns
voidSource
File name: oik-squeeze/includes/oik-squeeze-wysija.incLines:
1 to 3 of 3
function oiksp_confirmed_contact_mailpoet( $post, $atts ) { bw_trace2( $response ); }