Home Forums WordPress Plugins Hide My WP Update Error

This topic is: not resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8939

    I am receiving the following error following the last worpress update: “Notice: is_comments_popup is deprecated since version 4.5 with no alternative available. ”

    The error is causing formatting problems with the homepage. Site: malheurfcu.silversignet.com.

    #8950
    Suman M.
    Post count: 12478

    Hi, we’ll fix this in the upcoming version of the plugin. For now, please add the following lines in your theme’s functions.php file:

    if (!function_exists(‘is_comments_popup’)) {
    function is_comments_popup() {
    return false;
    }
    }

    #9042
    Hassan
    Post count: 955

    Thanks, this was fixed.

    Please wait for final 5.1 version today or tomorrow!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.