PHP Deprecated notice with PHP 8.2
-
During WP debugging with PHP 8.2.26, this plugin generates a PHP warning:
Creation of dynamic property BulkWP\BulkDelete\Core\BulkDelete::$addon_page is deprecatedPlugin: Bulk Delete
File: /wp-content/plugins/bulk-delete/include/Core/BulkDelete.php
Line: 291ChatGPT recommends how to fix it.
The PHP deprecated warning Creation of dynamic property BulkWP\BulkDelete\Core\BulkDelete::$addon_page is deprecated occurs in PHP 8.2+ when a property is dynamically created on an object without being declared in the class. To resolve this, you need to explicitly declare the addon_page property in the BulkWP\BulkDelete\Core\BulkDelete class.Can you issue a fix please?
The topic ‘PHP Deprecated notice with PHP 8.2’ is closed to new replies.