filtrod 5.1.1
wp_direct_php_update_url
Opis — z kodu źródłowego
Filters the URL for directly updating the PHP version the site is running on from the host.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$direct_update_url | string | URL 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
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_direct_php_update_url', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii