wp_get_update_https_url
wp_get_update_https_url ( No parameters )
Returns:- (string) URL to learn more about updating to HTTPS.
Defined at: - Introduced in WordPress: 5.7.0
- Deprecated in WordPress: —
Description
Gets the URL to learn more about updating the site to use HTTPS.This URL can be overridden by specifying an environment variable `WP_UPDATE_HTTPS_URL` or by using the
{@see 'wp_update_https_url'} filter. 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.