llms_get_notice_types()

Retrieve an array of notice types


Return Return

(array)


Top ↑

Source Source

File: includes/functions/llms.functions.notice.php

function llms_get_notice_types() {
	return apply_filters( 'lifterlms_notice_types', array( 'debug', 'error', 'notice', 'success' ) );
}


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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