115* Filters the export args.116*117* @since 3.5.0118*119* @param array$args The arguments to send to the exporter.120*/121$args=apply_filters('export_args',$args);122123export_wp($args);124die();125}126127require_onceABSPATH.'wp-admin/admin-header.php';
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.