LLMS_Admin_Setup_Wizard::enqueue_importer()

Enqueue importer styles.


Return Return

(bool)


Top ↑

Source Source

File: includes/admin/class.llms.admin.setup.wizard.php

	public function enqueue_importer(): bool {
		if ( 'finish' === $this->get_current_step() ) {
			return llms()->assets->enqueue_style( 'llms-admin-importer' );
		}

		return false;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
7.4.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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