Filters the export args.
Parameters
$argsarray- The arguments to send to the exporter.
Source
$args = apply_filters( 'export_args', $args );
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
Filters the export args.
$argsarray$args = apply_filters( 'export_args', $args );
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.