LLMS_Admin_Assets::admin_media()
Register the media protection scripts when the media is enqueued.
Contents
Return Return
(void)
Source Source
File: includes/admin/class.llms.admin.assets.php
public function admin_media() {
if ( ! is_admin() ) {
return;
}
wp_enqueue_script( 'llms-admin-media-protection-attachment-settings' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 9.0.6 | Introduced. |