• Your plugin rises a PHP Deprecation Notice with PHP 8.2:

    Deprecated: Creation of dynamic property Cookiepro::$plugin is deprecated in /var/www/html/wp-content/plugins/cookiepro/class-cookiepro.php on line 43

    This can be solved in a couple of ways, the simpler probably would be adding:

    #[\AllowDynamicProperties]

    in line 42 of file wp-content/plugins/cookiepro/class-cookiepro.php

    I hope you fix this in the next release.

    Thanks.

  • The topic ‘Deprecation Notice with PHP 8.2’ is closed to new replies.