• borisge

    (@borisge)


    PHP message: PHP Deprecated: Creation of dynamic property WP_Members::$reg_form_showing is deprecated in wp-members/includes/class-wp-members-forms.php on line 1593′

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    It’s addressed in the upcoming 3.5.0 version.

    In the meantime (and I don’t generally recommend making changes directly to the plugin, but in this instance, it wouldn’t matter), if for some reason you run a production site with PHP warnings and notices turned on (which you shouldn’t do, but that’s a different discussion), then add the declaration to the list of vars at the beginning of /includes/class-wp-members.php (the main object class):

    public $reg_form_is_showing;
Viewing 1 replies (of 1 total)
  • The topic ‘php 8.2’ is closed to new replies.