LLMS_Admin_Import::__construct()

Constructor


Description Description


Source Source

File: includes/admin/class.llms.admin.import.php

	public function __construct() {
		add_action( 'init', array( $this, 'upload_import' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.