filtrod 2.8.0
edit_tags_per_page
Opis — z kodu źródłowego
Filters the number of terms displayed per page for the Tags list table.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tags_per_page | int | Number of tags to be displayed. Default 20. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'edit_tags_per_page', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'edit_tags_per_page', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii