You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On PHP 8.2, the plugin throws the following deprecation warnings:
PHP Deprecated: Creation of dynamic property Media_Explorer::$file is deprecated in /my-cool-path/wp-content/plugins/media-explorer/class.plugin.php on line 27
PHP Deprecated: Creation of dynamic property Media_Explorer::$plugin is deprecated in /my-cool-path/wp-content/plugins/media-explorer/class.plugin.php on line 89
Proposed solution
Add the props to the class so that they aren't dynamically created.
The text was updated successfully, but these errors were encountered:
Issue
On PHP 8.2, the plugin throws the following deprecation warnings:
Proposed solution
Add the props to the class so that they aren't dynamically created.
The text was updated successfully, but these errors were encountered: