filtrod 3.0.0
update_bulk_theme_complete_actions
Opis — z kodu źródłowego
Filters the list of action links available following bulk theme updates.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$update_actions | string[] | Array of theme action links. |
$theme_info | \WP_Theme | Theme object for the last-updated theme. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'update_bulk_theme_complete_actions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'update_bulk_theme_complete_actions', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii