• silico26

    (@silico26)


    Hello, I’m looking to upgrade my WordPress site to PHP 7. Before doing so, I ran “PHP Compatibility Checker” plugin:

    https://www.ads-software.com/plugins/php-compatibility-checker/

    In doing so, it turned up the following 3 warning messages in relation to this plugin.

    Are these things I should be concerned about before upgrading to PHP 7 or simply false positives?

    Thank you.

    – – –

    FILE: xx/wp-content/plugins/wpfront-scroll-top/classes/base/class-wpfront-base.php
    ——————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————-
    180 | WARNING | Method name “WPFront_Base::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————-

    FILE: XX/wp-content/plugins/wpfront-scroll-top/classes/base/class-wpfront-base-menu.php
    ——————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————-
    207 | WARNING | Method name “WPFront_Base_Menu::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————-

    FILE: xx/wp-content/plugins/wpfront-scroll-top/classes/base/class-wpfront-options-base.php
    ——————-
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ——————-
    109 | WARNING | Method name “WPFront_Options_Base::__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use
    ——————-

  • The topic ‘PHP 7 compatibility?’ is closed to new replies.