Created
April 22, 2015 15:32
-
-
Save ericakfranz/eadfed20279903df6d6a to your computer and use it in GitHub Desktop.
OptinMonster single-optin for MailChimp as a plugin.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: OptinMonster MailChimp Single Optin | |
* Plugin URI: http://optinmonster.com/docs/how-to-enable-single-optin-for-mailchimp-in-optinmonster/ | |
* Description: Enable single optin for MailChimp. | |
* Version: 1.0.0 | |
* Author: Erica Franz | |
* Author URI: https://fatpony.me | |
* License: MIT | |
*/ | |
defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); | |
add_filter( 'optin_monster_mailchimp_double', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment