WordPress Membership Plugin
That’s so much clearer. Thanks a lot for the detailed description!
It looks like it should be fairly OK to check that table for the payments, but I think then it’s a bit better to check the paypal API for the actual monthly payments to be on the safe side.
And the swpm_payments_tbl would be for cross reference and WP visual admin utility, which is very helpful too.
OK, thanks again! I think I’ll research a bit of paypal api.
Have a great day!
Thanks a lot for the quick reply.
I see, but just to clarify, how are the listings in the “Simple Membership::Payments” admin page recorded? Are they not created when let’s say a paypal payment happens?
That’s actually important to clearly establish, because if those are synced with the real payments, then all you need is to access the payment records in there which I presume are saved in the DB.
In the DB I saw there is a “wp_swpm_payments_tbl” table that seems to hold those payment records.
Can you please confirm or not that those are the correct payments recorded? Cause that would be another good way to get them.
Thanks a lot!