WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about export_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/export.php apply_filters 121 /**
* Filters the export args.
*
* @since 3.5.0
*
* @param array $args The arguments to send to the exporter.
*/

Hook Parameters

Parameter Type Name Description
array $args The arguments to send to the exporter.