Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active January 2, 2016 13:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/8311381 to your computer and use it in GitHub Desktop.
Save Shelob9/8311381 to your computer and use it in GitHub Desktop.
Enable single optin for MailChimp with OptinMonster. For more info see: http://joshpress.net/?p=419
<?php
/*
Plugin Name: Optin Single-Optin for MailChimp
Plugin URI: http://joshpress.net/?p=419
Description: Enables single optin for mailchimp.
Version: 1.0.0
Author: Josh Pollock
Author URI: http://JoshPress.net
License: GPL v2+
License URI:
*/
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