Statistics: Posted by MarkMBravura — January 19th, 2012, 4:10 pm
<?php
add_filter("ws_plugin__s2member_mailchimp_merge_array", "my_filter");
function my_filter($merge, $vars)
{
// $merge /* Array of existing MERGE fields that s2Member passes by default. */
// $vars /* Array of defined variables in the scope/context of this Filter. */
// print_r($vars); // Lots of good stuff in this array.
$user_id = $vars["user_id"];
$user_custom = get_user_option("s2member_custom", $user_id);
$my_custom_merge_vars = array("S2_CUSTOM" => $user_custom);
return array_merge($merge, $my_custom_merge_vars);
}
?>
Statistics: Posted by Jason Caldwell — January 19th, 2012, 3:24 pm
Statistics: Posted by Jason Caldwell — January 19th, 2012, 2:16 pm
Statistics: Posted by MarkMBravura — January 17th, 2012, 4:39 am
Statistics: Posted by Jason Caldwell — September 6th, 2011, 1:43 pm
New Level #1 Members will be subscribed to these List IDs.
Ex: 4a44fRio5d, 434ksvviEdf, 8834jsdf923, ee9djfs4jel3
Or: 4a44fRio5d::Group Title::Group|Another Group
4a44fRio5d::s2MemberLevel::Level-1
Statistics: Posted by jdcohan — September 2nd, 2011, 11:54 pm
(s2Member/s2Member Pro). MailChimp® Interest Groups. Ability to use Interest Groups with Mailchimp List IDs. For examples, please check your Dashboard under: s2Member -> API List Servers -> MailChimp.
Statistics: Posted by Cristián Lávaque — September 2nd, 2011, 10:40 pm
Statistics: Posted by cassel — September 2nd, 2011, 4:03 pm
Statistics: Posted by jdcohan — September 2nd, 2011, 3:50 pm
Statistics: Posted by cassel — September 2nd, 2011, 3:33 pm
Statistics: Posted by jdcohan — September 2nd, 2011, 3:10 pm
Statistics: Posted by jdcohan — August 11th, 2011, 9:22 am
Statistics: Posted by rossagrant — June 14th, 2011, 4:50 pm
Statistics: Posted by cote289 — June 14th, 2011, 4:21 pm