LLMS_Student_Bulk_Enroll::display_notices()

Displays all generated notices


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.student.bulk.enroll.php

	public function display_notices() {
		if ( empty( $this->admin_notices ) ) {
			return;
		}
		echo implode( "\n", $this->admin_notices );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.20.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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