filtrod 2.1.0
postmeta_form_limit
Opis — z kodu źródłowego
Filters the number of custom fields to retrieve for the drop-down in the Custom Fields meta box.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$limit | int | Number of custom fields to retrieve. Default 30. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'postmeta_form_limit', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'postmeta_form_limit', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii