Title: Deprecation in debug.log
Last modified: March 26, 2023

---

# Deprecation in debug.log

 *  [islp](https://wordpress.org/support/users/islp/)
 * (@islp)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/)
 * Hi, after switching to PHP 8.2, I found the following in my debug log file (there
   are many similar to this one):
 * _[25-Mar-2023 16:56:29 UTC] PHP Deprecated: Creation of dynamic property WP\_Members::
   $woo is deprecated in /home/inno/www/wp-content/plugins/wp-members/includes/class-
   wp-members.php on line 386_
 * Could this cause any issue?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/#post-16595390)
 * It won’t cause an issue. It’s a deprecated method, but not yet obsolete.
 * It should be addressed in the next release. If you want to try out the next release
   beta, you can go to [https://wordpress.org/plugins/wp-members/advanced/](https://wordpress.org/plugins/wp-members/advanced/)
   and under “Previous Versions” select the “Development Version” to download. That
   is a beta of 3.4.7, which should be released soon.
 *  Thread Starter [islp](https://wordpress.org/support/users/islp/)
 * (@islp)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/#post-16595574)
 * Ok, thank you
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/#post-16627011)
 * Update to this: Most, if not all, instances of dynamic object properties have
   been addressed in version 3.4.7.
 * However, note that there are a lot of plugins that you’ll find this same issue
   with (which I have noticed during compatibility testing of PHP 8.2). As I noted,
   it’s a deprecation notice, not an error, so it will not affect execution. But
   depending upon what other plugins you run, you may find similar notices related
   to other plugins.
 *  Thread Starter [islp](https://wordpress.org/support/users/islp/)
 * (@islp)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/#post-16627893)
 * Hi Chad, thanks. It’s not only a plugin matter: there are deprecations of this
   kind coming from the same WP core. WP officially supports 7.4, anyway, NOT 8.2
   and partially some versions in between.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Deprecation in debug.log’ 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/)

## Tags

 * [deprecation](https://wordpress.org/support/topic-tag/deprecation/)

 * 4 replies
 * 2 participants
 * Last reply from: [islp](https://wordpress.org/support/users/islp/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/deprecation-in-debug-log/#post-16627893)
 * Status: not resolved