dynamic-properties-deprecated in PHP 8.2
-
I got that warning message..
Deprecated: Creation of dynamic property Custom_Field_Suite::$validators is deprecated in C:\Users\myName\Local Sites\test\app\public\wp-content\plugins\custom-field-suite\includes\form.php on line 225
to solve it I added the new PHP 8.2 attribute in the global namespace named
#[AllowDynamicProperties] class Custom_Field_Suite { ...
Just let it you to know.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘dynamic-properties-deprecated in PHP 8.2’ is closed to new replies.