filtrod 4.4.0
screen_options_show_submit
Opis — z kodu źródłowego
Filters whether to show the Screen Options submit button.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$show_button | bool | Whether to show Screen Options submit button. Default false. |
$screen | \WP_Screen | Current WP_Screen instance. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'screen_options_show_submit', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'screen_options_show_submit', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii