Browse: Home / Hooks /

learndash_import_decoded_file_line_data

apply_filters( 'learndash_import_decoded_file_line_data',  array $decoded_line,  string $file_path )

Filters decoded file line data for files that are being imported per line.


Description #


Parameters #

$decoded_line

(array) Decoded file line data.

$file_path

(string) File path.


Return #

(array) Decoded file line data.


Source #

File: includes/admin/classes-import-export/import/class-learndash-admin-import-file-handler.php


Changelog #

Changelog
Version Description
4.3.0 Introduced.