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. |