Filters the URL to learn more about updating the HTTPS version the site is running on.
Description
Providing an empty string is not allowed and will result in the default URL being used. Furthermore the page the URL links to should preferably be localized in the site language.
8568* the page the URL links to should preferably be localized in the site language.8569*8570* @since 5.7.08571*8572* @param string$update_urlURL to learn more about updating HTTPS.8573*/8574$update_url=apply_filters('wp_update_https_url',$update_url);8575if(empty($update_url)){8576$update_url=$default_url;8577}85788579return$update_url;8580}
History
Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.