Title: php 8.2
Last modified: December 30, 2023

---

# php 8.2

 *  [borisge](https://wordpress.org/support/users/borisge/)
 * (@borisge)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/php-8-2-13/)
 * 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](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/php-8-2-13/#post-17315292)
 * 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):
 *     ```wp-block-code
       public $reg_form_is_showing;
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘php 8.2’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/php-8-2-13/#post-17315292)
 * Status: not resolved