WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_direct_update_https_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 8176 /**
* Filters the URL for directly updating the PHP version the site is running on from the host.
*
* @since 5.7.0
*
* @param string $direct_update_url URL for directly updating PHP.
*/

Hook Parameters

Parameter Type Name Description
string $direct_update_url URL for directly updating PHP.