LLMS_Admin_Assets::register_a11y_dialog()
Register the accessible dialog JS
Return Return
(void)
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 );
}
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 8.0.0 | Introduced. |