Hello all!
I’m attempting to integrate PHPList with my existing WordPress site. I see there are a few WordPress plugins available but they are outdated.
I’m going to attempt to create a subscription management plugin where users can subscribe, unsubscribe, and manage their subscriptions within a single WordPress shortcode. We operate a media site with paid memberships and constant lead generation. So I also want to integrate with other plugins like JetPack and SpeakOut.
My idea is to bypass PHPlist altogether and use Ajax and PHP to query the database.
Is there a solution already available? Is there a reason why I shouldn’t do this?
Thank you
Kevin