WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_direct_php_update_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/functions.php apply_filters 8064 /**
* Filters the URL for directly updating the PHP version the site is running on from the host.
*
* @since 5.1.1
*
* @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.