apply_filters( 'learndash_export_exporters', array $exporters, array $export_options )
Filters the list of exporters.
Description #
Parameters #
- $exporters
-
(array) Already added exporters.
- $export_options
-
(array) Export options.
Return #
(array) Exporters.
Source #
File: sfwd-lms/includes/admin/classes-import-export/export/class-learndash-admin-export-mapper.php
Changelog #
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |