Change WordPress user roles and capabilities Forums Bug Reports License Validation – cURL error connecting to update.role-editor.com port 443 Reply To: License Validation – cURL error connecting to update.role-editor.com port 443

#8485
Vladimir
Keymaster

Hi @simonemeconi,

Yes, I included it to the upcoming update 4.64.1. You may try beta version 4.64.1.b1. It’s available as development version from the same Download page.

add_filter('ure_check_updates', 'ure_check__for_updates', 10, 1 );
function ure_check__for_updates( $check ) {
    $check = false;
    
    return $check;
}