WP HOOKS
filtrod 2.1.0

postmeta_form_limit

Args 1Plik wp-admin/includes/template.phpDokumentacja WP ↗

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

ParametrTypOpis
$limitintNumber 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
}

Popularne w tej kategorii