Conversation
supportYour plugin is throwing some deprecated warnings in PHP 8.2 with WP_DEBUG constant set to true : Deprecated: Creation of dynamic property Photoblocks_Admin::$dashboard_page is deprecated in /xxxx/wp-content/plugins/photoblocks-grid-gallery/admin/class-photoblocks-admin.php on line 437 Deprecated: Creation of dynamic property Photoblocks_Admin::$add_page is deprecated in /xxxx/wp-content/plugins/photoblocks-grid-gallery/admin/class-photoblocks-admin.php on line 445 Deprecated: Creation of dynamic property Photoblocks_Admin::$troubleshooting_page is deprecated in /xxxx/wp-content/plugins/photoblocks-grid-gallery/admin/class-photoblocks-admin.php on line 453 The warning occurs because PHP 8.2 deprecated dynamic properties—properties that are not declared in the class but are created dynamically at runtime. To fix this, you should explicitly declare the properties in the class.
Hello @leemon , Thank you for bringing this to our attention! I’ve opened a ticket with our development team to address this issue. You can track the progress and updates here . We sincerely apologize for any inconvenience this may have caused and appreciate your patience while we work on a fix. If you have any other questions or concerns, please don’t hesitate to let us know! Best regards, Beatrice.
This topic will be marked as resolved as we have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.
Hello @leemon , Thank you for bringing this to our attention! I’ve opened a ticket with our development team to address this issue. You can track the progress and updates here . We sincerely apologize for any inconvenience this may have caused and appreciate your patience while we work on a fix. If you have any other questions or concerns, please don’t hesitate to let us know! Best regards, Beatrice.
This topic will be marked as resolved as we have an open ticket on GitHub regarding this. Please keep in mind that the ‘resolved’ status is only for this support thread, not the issue on GitHub.