Skip to content

Instantly share code, notes, and snippets.

@mattowc
mattowc / jm-woo-chimp.php
Created February 8, 2013 19:08
This represents a basic idea or concept behind how we could add those attending single's mixers to mail chimp.
<?php
/**
* This is a simple snippet showing a hypothetical
* solution for adding users to a mailing list in
* mailchimp.
*
* @author Jonathon McDonald <jmcdonald.ut@gmail.com>
*/
add_action('init', 'jm_add_actions')