Advertisement
shelob9

Untitled

Apr 21st, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_filter( 'cf_mailchimp_request_data', function( $data ){
  2.     //Pending status will require double opt-in
  3.     $data[ 'status_if_new' ] = 'pending';
  4.     return $data;
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement