• Resolved Jonathan Stegall

    (@jonathanstegall)


    In /wp-content/plugins/cr3ativ-sponsor/includes/sponsor-widget.php, line 3 currently reads function cr3ativ_sponsor() {. This causes deprecated warnings in PHP 7+ (I’ve tested in 7.0 and 7.1).

    Changing this to function __construct() { seems to prevent this issue.

Viewing 1 replies (of 1 total)
  • Plugin Author akyusa01

    (@akyusa01)

    Thanks @jonathan ??

    I’m finally getting some time to go back and update my plugins! I’m working on deprecated calls as well as php notices.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.0/7.1 error’ is closed to new replies.