PHP7 Bug
-
to get php7 without errors please add after
class vscf_widget extends WP_Widget {
this:
public function __construct(){
// php7 needs class construct this way..;
}LOG:
wp-content/plugins/very-simple-contact-form/vscf-widget.php
———————————————————————————————–
FOUND 1 ERROR AFFECTING 1 LINE
———————————————————————————————–
6 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
———————————————————————————————–
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP7 Bug’ is closed to new replies.