Deprecated message with PHP 8.3
-
With PHP 8.3 I get the following message from WP-Members v3.4.9.5
Deprecated: Creation of dynamic property WP_Members::$style is deprecated in C:\apache\htdocs\officialcaravan\wp-content\plugins\wp-members\includes\class-wp-members.php on line 559
The simplest solution is to add
#[\AllowDynamicProperties]
before class WP_Members
See https://www.php.net/manual/en/class.allowdynamicproperties.php
- You must be logged in to reply to this topic.