wppaste
WordPress

apply_filters( 'wp_direct_update_https_url', string $direct_update_url )

Since
5.7.0
Filters the URL for directly updating the PHP version the site is running on from the host.

Parameters

$direct_update_urlstring
URL for directly updating PHP.

Fired at · 1

  • wp-includes/functions.php:8882wp_get_direct_update_https_url()

Source

	 * 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.	 */	$direct_update_url = apply_filters( 'wp_direct_update_https_url', $direct_update_url ); 	return $direct_update_url;} /** * Gets the size of a directory.

History

Introduced in 5.7.0. Unchanged from 6.7.7 through 7.1.0.

  1. 6.7.7
  2. 6.8.8
  3. 6.9.7
  4. 7.0.4
  5. 7.1.0

Signature, return type and hooks compared across 5 parsed releases.

About this page

Parsed data
Generated from the wordpress-develop 7.1.0 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.