export_args WordPress Filter Hook
The export_args hook is used to modify the arguments used when exporting WordPress posts and pages. This hook can be used to add or remove arguments from the export process.
apply_filters( 'export_args', array $args ) #
Filters the export args.
Contents
Parameters
- $args
(array)The arguments to send to the exporter.
Source
File: wp-admin/export.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |