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 | |
/** | |
* Utility function to subscribe a user to a MailChimp | |
* list using the MC API 3.0 | |
* | |
* @param array $args { | |
* Array of settings. | |
* | |
* @type string $api_key Your MailChimp API key. |
OlderNewer