• Hello.
    File functions-general.php must be updated to (lines 305 to 310)

    if ( compatible() ) {
    update_option( 'comment_whitelist', 1 ); # deprecated since WP 5.5.0
    }
    else {
    update_option( 'comment_previously_approved', 1 ); # deprecated since WP 5.5.0
    }

    To get rid of DEPRECATED message

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘DEPRECATAD update_option comment_whitelist’ is closed to new replies.