WP HOOKS
filtrod 3.5.0

export_args

Args 1Plik wp-admin/export.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the export args.

Parametry

ParametrTypOpis
$argsarrayThe arguments to send to the exporter.

Wywołanie

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

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

Popularne w tej kategorii