Deprecated dynamic property usage in Custom Layouts
-
Hello,
in PHP 8.2+ we are seeing the following deprecation notice from Custom Layouts:
Creation of dynamic property Custom_Layouts::$integrations is deprecated in includes/class-custom-layouts.php on line 312.
This is caused by setting undeclared class properties dynamically.
The recommended fix is to declare the property explicitly in the class or use __set()/__get().An update for PHP 8.2 compatibility would be greatly appreciated.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.