Title: Some problems
Last modified: September 3, 2016

---

# Some problems

 *  [mixer](https://wordpress.org/support/users/mixer/)
 * (@mixer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/)
 * About a month ago, I stopped working custom code like
 *     ```
       $wp_subs = new wp_subscribe_reloaded();
       $wp_subs->add_subscription($my_id, $your_email);
       ```
   

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

 *  [Israel Barragan](https://wordpress.org/support/users/reedyseth/)
 * (@reedyseth)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070150)
 * Hello [@mixer](https://wordpress.org/support/users/mixer/),
 * On this case please change that code for this:
 *     ```
       $wp_subs = new wp_subscribe_reloaded();
       $wp_subs->strc->add_subscription($my_id, $your_email);
       ```
   
 * Regards.!!
 *  [Israel Barragan](https://wordpress.org/support/users/reedyseth/)
 * (@reedyseth)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070151)
 * I explain why the calling of the function changed, see:
 * [https://github.com/stcr/subscribe-to-comments-reloaded/wiki/Codebase](https://github.com/stcr/subscribe-to-comments-reloaded/wiki/Codebase)
 *  Thread Starter [mixer](https://wordpress.org/support/users/mixer/)
 * (@mixer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070152)
 * The code only works with the third parameter, like
    `$wp_subs->strc->add_subscription(
   $my_id, $your_email, 'Y');` But all it suits me. I corrected code. Everything
   is working.
 * Thank you!
 *  [Israel Barragan](https://wordpress.org/support/users/reedyseth/)
 * (@reedyseth)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070153)
 * > The code only works with the third parameter, like
   >  $wp_subs->strc->add_subscription(
   > $my_id, $your_email, ‘Y’);
 * Looks strange because on the function the value of the third parameter is set
   to `Y` as default, so if no parameter is given then that value is going to be
   set.
 *  Thread Starter [mixer](https://wordpress.org/support/users/mixer/)
 * (@mixer)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070154)
 * Strangely, today checked – was a mistake.
    Now again I check everything works
   without an argument. Nevertheless, thank you!

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

The topic ‘Some problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/subscribe-to-comments-reloaded_f0f9fc.
   svg)
 * [Subscribe To Comments Reloaded](https://wordpress.org/plugins/subscribe-to-comments-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/subscribe-to-comments-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [mixer](https://wordpress.org/support/users/mixer/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/some-problems-21/#post-8070154)