WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_update_https_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 8126 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $update_url URL to learn more about updating HTTPS.