PHP 8.2 support
-
Hi! The plugin is throwing deprecation notices on PHP 8.2 due to dynamic properties being used in
WP_Polldaddy
class.This can be fixed by defining the properties in the class:
class WP_Polldaddy { // ... var $has_crowdsignal_blocks; var $is_editor; // ... }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP 8.2 support’ is closed to new replies.