You appear to be a bot. Output may be restricted
Description
Let the 3rd party email system know about the contact
Note: While we only have one contact system we load it ourselves
Usage
oiksp_confirmed_contact( $post, $atts );
Parameters
- $post
- ( mixed ) required –
- $atts
- ( mixed ) required –
Returns
void
Source
File name: oik-squeeze/shortcodes/oik-squeeze.php
Lines:
1 to 8 of 8
function oiksp_confirmed_contact( $post, $atts ) { $mailing = bw_get_option("newsletter", "bw_squeeze" ); if ( $mailing ) { oik_require( "includes/oik-squeeze-$mailing.inc", "oik-squeeze" ); } do_action( "oiksp_confirmed_contact", $post, $atts ); }