LLMS_Admin_Assets::register_a11y_dialog()

Register the accessible dialog JS


Return Return

(void)


Top ↑

Source Source

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

	public static function register_a11y_dialog() {
		if ( ! wp_script_is( 'llms-a11y-dialog', 'registered' ) ) {
			wp_register_script( 'llms-a11y-dialog', LLMS_PLUGIN_URL . 'assets/vendor/a11y-dialog/a11y-dialog.min.js', array(), '8.1.1', true );
		}
	}


Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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