Filters the export args.
Parameters
$args
array- 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.
$args
array$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.