akcjaod 4.4.0
manage_posts_extra_tablenav
Opis — z kodu źródłowego
Fires immediately following the closing "actions" div in the tablenav for the posts list table.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$which | string | The location of the extra table nav markup: 'top' or 'bottom'. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'manage_posts_extra_tablenav', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'manage_posts_extra_tablenav', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii