Title: mxgolfcpu's Replies | WordPress.org

---

# mxgolfcpu

  [  ](https://wordpress.org/support/users/mxgolfcpu/)

 *   [Profile](https://wordpress.org/support/users/mxgolfcpu/)
 *   [Topics Started](https://wordpress.org/support/users/mxgolfcpu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mxgolfcpu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mxgolfcpu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mxgolfcpu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mxgolfcpu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mxgolfcpu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Why did you have to mess up the notices?](https://wordpress.org/support/topic/why-did-you-have-to-mess-up-the-notices/)
 *  [mxgolfcpu](https://wordpress.org/support/users/mxgolfcpu/)
 * (@mxgolfcpu)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/why-did-you-have-to-mess-up-the-notices/#post-17693926)
 * I agree, how do we get the new style of notice back to get rid of the old (bland,
   ugly) ones.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Advanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance] Many problems – pro Version is useless and destroys my website](https://wordpress.org/support/topic/many-problems-pro-version-is-useless-and-destroys-my-website/)
 *  [mxgolfcpu](https://wordpress.org/support/users/mxgolfcpu/)
 * (@mxgolfcpu)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/many-problems-pro-version-is-useless-and-destroys-my-website/#post-16940147)
 * And so… why did you give it 5 stars???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp for WooCommerce] Checkbox display options not working in 2.5.3](https://wordpress.org/support/topic/checkbox-display-options-not-working-in-2-5-3/)
 *  Thread Starter [mxgolfcpu](https://wordpress.org/support/users/mxgolfcpu/)
 * (@mxgolfcpu)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/checkbox-display-options-not-working-in-2-5-3/#post-15047795)
 * Thanks for the reply Jordan. I did some more testing and here is what I have 
   come up with.
 * I have two separate accounts that I do my Web site testing with. Both accounts
   are in my MailChimp audience and neither is unsubscribed. The first account I
   test with does not show the option to opt-in to my newsletter, probably because
   they are listed as Subscribed in my audience. The second account does list the
   option to opt-in to my newsletter. In my audience this account indicates that“
   This person is only eligible for transactional emails.” It doesn’t list that 
   contact as either subscribed or unsubscribed. How are contacts getting into my
   audience who aren’t subscribed, or unsubscribed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Chatbot with IBM watsonx Assistant] Auto-generated service credentials](https://wordpress.org/support/topic/auto-generated-service-credentials/)
 *  Thread Starter [mxgolfcpu](https://wordpress.org/support/users/mxgolfcpu/)
 * (@mxgolfcpu)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/auto-generated-service-credentials/#post-11826171)
 * Thanks, that resolved my problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Send email to customer when Subscription is Cancelled, Expired or Suspended](https://wordpress.org/support/topic/send-email-to-customer-when-subscription-is-cancelled-expired-or-suspended/)
 *  [mxgolfcpu](https://wordpress.org/support/users/mxgolfcpu/)
 * (@mxgolfcpu)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/send-email-to-customer-when-subscription-is-cancelled-expired-or-suspended/#post-11815361)
 * I’m not an expert but this shouldn’t take another $99 plugin with hundreds of
   lines of code that needs to be updated and tested whenever there is a new release.
   This should be about 3 lines of code in the plugin. Here is my first pass. Can
   someone please confirm if I am hooking the right action and passing the right
   parameters.
 * Here is my plugin code;
 * function wc_subscription_cancelled_add_customer_email( $recipient, $subscription){
   
   return $recipient . ‘,’ . $subscription->billing_email; } add_filter( ‘woocommerce_subscription_status_active_to_pending-
   cancel’, ‘wc_subscription_cancelled_add_customer_email’, 10, 2 );

Viewing 5 replies - 1 through 5 (of 5 total)