WP HOOKS
filtrod 3.7.0

wp_count_attachments

Args 2Plik wp-includes/post.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the attachment counts by mime type.

Parametry

ParametrTypOpis
$counts\stdClassAn object containing the attachment counts by mime type.
$mime_typestring | string[]Array or comma-separated list of MIME patterns.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_count_attachments', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii