filtrod 3.5.0
export_args
Opis — z kodu źródłowego
Filters the export args.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$args | array | The 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
}
// rejestracja funkcji zwrotnej
add_filter( 'export_args', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii