- This topic has 18 replies, 3 voices, and was last updated 5 years, 2 months ago by .
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Account Status "Pending" After Monthly Renewal
Hi Team,
do you need any more information from my side to fix the issue?
or
do I need to buy the paid support?
–
Thanks
Hi, This will need to be handled using a paid support ticket so I can allocate some dedicated time to investigate your particular setup.
Hi,
I have taken the paid support, please do the needful ASAP.
–
Thanks
The plugin is definitely triggering the following filter:
swpm_account_status_for_subscription_start_date_update
Maybe the custom code that you added to override the status is not visible (in the context of that operation). If the theme’s functions.php file is not loading when the IPN message is being received (since the IPN HTTP post a background operation) then it won’t really execute your custom code tweak. I will need to test this theory.