LLMS_Admin_Assets::admin_media()

Register the media protection scripts when the media is enqueued.


Return Return

(void)


Top ↑

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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
9.0.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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