Browse: Home / Classes / Learndash_Admin_Import_Handler /

Learndash_Admin_Import_Handler::enqueue_import_task

Learndash_Admin_Import_Handler::enqueue_import_task( string $file_path )

Enqueues the import task.


Description #


Parameters #

$file_path

(string) (Required) Import file path.


Return #

(true|WP_Error) True on success. WP_Error if an error occurred.


Source #

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


Changelog #

Changelog
Version Description
4.3.0 Introduced.