filtrod 5.5.0
install_theme_overwrite_actions
Opis — z kodu źródłowego
Filters the list of action links available following a single theme installation failure when overwriting is allowed.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$install_actions | string[] | Array of theme action links. |
$api | object | Object containing WordPress.org API theme data. |
$new_theme_data | array | Array with uploaded theme data. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'install_theme_overwrite_actions', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'install_theme_overwrite_actions', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii