• dloxton

    (@dloxton)


    Please fix this on PHP 8.2

    [28-Apr-2024 02:59:33 UTC] PHP Deprecated: Creation of dynamic property EmailLog\Addon\API\EDDUpdater::$beta is deprecated in /var/www/domain.com/htdocs/wp-content/plugins/email-log/include/libraries/EDD_SL_Plugin_Updater.php on line 42

Viewing 1 replies (of 1 total)
  • I assume many have already fixed this locally, but to document. Just add

    protected $beta;

    on line 21 of plugins/email-log/include/libraries/EDD_SL_Plugin_Updater.php.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 8.2 deprecated error’ is closed to new replies.