• Resolved nx3d

    (@nx3d)


    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)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Thanks for the info. Will take a look at the codex and update plugin with this. Thanks again!

    Guido

Viewing 1 replies (of 1 total)

The topic ‘PHP7 Bug’ is closed to new replies.