akcjaod 2.9.0
edited_term_taxonomies
Opis — z kodu źródłowego
Fires immediately after a term to delete's children are reassigned a parent.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$edit_tt_ids | array | An array of term taxonomy IDs for the given term. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'edited_term_taxonomies', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'edited_term_taxonomies', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii