Browse: Home / Hooks /

learndash_export_exporters

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: includes/admin/classes-import-export/export/class-learndash-admin-export-mapper.php


Changelog #

Changelog
Version Description
4.3.0 Introduced.