WP HOOKS
filtrod 5.7.0

wp_direct_update_https_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_update_https_url', 'twoja_funkcja' );

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

Popularne w tej kategorii