Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ericakfranz/eadfed20279903df6d6a to your computer and use it in GitHub Desktop.
Save ericakfranz/eadfed20279903df6d6a to your computer and use it in GitHub Desktop.
OptinMonster single-optin for MailChimp as a plugin.
<?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