WP HOOKS
filtrreferencjaod 2.1.0

found_posts_query

Args 1Plik wp-includes/class-wp-query.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the query to run for retrieving the found posts.

Parametry

ParametrTypOpis
$found_posts_querystringThe query to run to find the found posts.
$query\WP_QueryThe WP_Query instance (passed by reference).

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'found_posts_query', 'twoja_funkcja' );

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

Popularne w tej kategorii