cloudflare / Cloudflare-WordPress

A Cloudflare plugin for WordPress
https://www.cloudflare.com/wordpress/
BSD 3-Clause "New" or "Revised" License
215 stars 84 forks source link

Fix "creation of dynamic property is deprecated" notice #508

Closed Tanguy-Magnaudet closed 8 months ago

Tanguy-Magnaudet commented 1 year ago

Removes the following deprecation warning son PHP 8.2

Deprecated: Creation of dynamic property CF\WordPress\DataStore::$logger is deprecated in /var/www/public_html/public/content/mu-plugins/cloudflare/src/WordPress/DataStore.php on line 23

Deprecated: Creation of dynamic property CF\WordPress\Proxy::$pluginAPI is deprecated in /var/www/public_html/public/content/mu-plugins/cloudflare/src/WordPress/Proxy.php on line 31
wkhayrattee commented 11 months ago

Had this issue on PHP 8.2 and WP 6.4.1 This PR looks good to go.