apply_filters( 'wp_update_https_url', string $update_url )

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.


Parameters

$update_url

URL to learn more about updating HTTPS.


Source

File: wp-includes/functions.php

View on GitHub


Changelog

Changelog
Version Description
5.7.0 Introduced.