WP HOOKS
filtrod 4.4.0

dashboard_recent_drafts_query_args

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

Opis — z kodu źródłowego

Filters the post query arguments for the 'Recent Drafts' dashboard widget.

Parametry

ParametrTypOpis
$query_argsarrayThe query arguments for the 'Recent Drafts' dashboard widget.

Wywołanie

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

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

Popularne w tej kategorii