Skip to content

work on WordPress

JonGold requested to merge JonGold/groupgrowth:cms-agnostic into master

I tried installing this on WP, and it didn't work owing to how the URLs are generated in the template.

I was able to fix this, but because of how URLs on WP always have parameters, I had to change this to a POST request (and thus extend CRM_Core_Form instead of CRM_Core_Page) to work correctly. But work it does, so hopefully you see no problems here.

Merge request reports