• 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)
  • Hi Arunas.

    Thanks for letting us know. I’ve logged this with our development team to prepare the plugin for upcoming PHP version.

    We’ll let you know once it’s done.

    Rasto | Crowdsignal

    Thread Starter Arunas Liuiza

    (@ideag)

    Hi @lamosty,

    Thanks for taking a look at it. As we need to plan our work arond this, I wanted to ask if there is an ETA for this fix. Or maybe we could provide a a patch/PR to an appropriate repo?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 8.2 support’ is closed to new replies.