PHP 7.0/7.1 error
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7.0/7.1 error’ is closed to new replies.