WP HOOKS
filtrod 5.1.1

wp_direct_php_update_url

Args 1Plik wp-includes/functions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

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

Parametry

ParametrTypOpis
$direct_update_urlstringURL for directly updating PHP.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_direct_php_update_url', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii