LLMS_Admin_Assets::register_quill( $modules = array() )

Register Quill CSS & JS


Return Return

(void)


Top ↑

Source Source

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

					wp_enqueue_script( 'llms-quiz-attempt-review', LLMS_PLUGIN_URL . 'assets/js/llms-quiz-attempt-review' . LLMS_ASSETS_SUFFIX . '.js', array( 'jquery', 'llms' ), LLMS_ASSETS_VERSION, true );
				}
			}
		}

	}

	/**
	 * Register Quill CSS & JS
	 *
	 * @since 3.16.0
	 * @since 3.17.8 Unknown.


Top ↑

Changelog Changelog

Changelog
Version Description
6.10.0 Load modules using llms()->assets.
3.17.8 Unknown.
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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