strangerstudios / pmpro-register-helper

A robust plugin to collect additional fields for WordPress users. Fields can be collected at membership checkout, on the user's profile or for administrative view-only.
https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/
29 stars 41 forks source link

Fixes an error from the saveDate method #243

Closed JarrydLong closed 1 year ago

JarrydLong commented 1 year ago

An error was being thrown when saving a date due to the method now being static, while it was referencing a non-static method using $this.

Steps to replicae:

  1. Set up an RH field with a date
  2. Save the field/page - no errors should be thrown
dparker1005 commented 1 year ago

Closing, we're reverting the static update