Description
Filters the URL to learn more about updating the HTTPS version the site is running on. 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.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 8542 |
Parameters
Type | Name | Description |
---|---|---|
string | $update_url | URL to learn more about updating HTTPS. |
PHP Doc
/**
* Filters the URL to learn more about updating the HTTPS version the site is running on.
*
* 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.
*
* @since 5.7.0
*
* @param string $update_url URL to learn more about updating HTTPS.
*/