apply_filters( 'export_args', array $args )
Filters the export args.
Parameters
-
$args
array -
The arguments to send to the exporter.
Source
File: wp-admin/export.php
.
View all references
$args = apply_filters( 'export_args', $args );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |