• Resolved robwebfx

    (@robwebfx)


    Hi!

    Just a small PHP notice we’ve been seeing in our debug log:

    Notice: Undefined variable: url in /wp-content/plugins/better-wp-security/lib/icon-fonts/init.php on line 35

    Could the following be added before the is_ssl (before line 35) check to return early if $url is still undefined?

    if( empty( $url ) {
        return;
    }

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘PHP Notice – /lib/icon-fonts/init.php’ is closed to new replies.