apply_filters( 'learndash_csv_download_headers', array $http_headers , array $transient_data , string $data_slug )
Filters http headers for CSV download request.
Description Description
Parameters Parameters
- $http_headers
-
An array of http headers.
- $transient_data
-
An array of transient data for csv download.
- $data_slug
-
The slug of the data to be downloaded.
Source Source
File: includes/admin/class-learndash-admin-settings-data-reports.php
Changelog Changelog
Version | Description |
---|---|
2.4.7 | Introduced. |