PHP 8.2.31
Preview: user.js Size: 1.26 KB
/home/nshryvcy/taramarriagebureau.com/wp-content/plugins/ultimate-member/assets/js/admin/user.js

jQuery( document ).ready( function() {

	jQuery( '#role' ).on('change', function() {

		if ( typeof um_roles == 'object' ) {
			um_roles = Object.keys( um_roles ).map(function( key ) { return um_roles[ key ]; });
		}

		if ( jQuery.inArray( jQuery(this).val().substr(3), um_roles ) !== -1 ) {
			jQuery( '#um_role_selector_wrapper' ).hide();
			jQuery( '#um-role' ).val('');

			var hide = wp.hooks.applyFilters( 'um_user_screen_block_hiding', true );
			if ( hide ) {
				jQuery( '#um_user_screen_block' ).hide();
			}
		} else {
			jQuery( '#um_role_selector_wrapper' ).show();
			jQuery( '#um_user_screen_block' ).show();
		}
	}).trigger('change');

	jQuery( '#adduser-role' ).on('change', function() {
		if ( typeof um_roles == 'object' ) {
			um_roles = Object.keys( um_roles ).map(function( key ) { return um_roles[ key ]; });
		}

		if ( jQuery.inArray( jQuery(this).val().substr(3), um_roles ) !== -1 ) {
			jQuery( '#um_role_existing_selector_wrapper' ).hide();
			jQuery( '#um-role' ).val('');

			var hide = wp.hooks.applyFilters( 'um_user_screen_block_hiding', true );
			if ( hide ) {
				jQuery( '#um_user_screen_block' ).hide();
			}
		} else {
			jQuery( '#um_role_existing_selector_wrapper' ).show();
			jQuery( '#um_user_screen_block' ).show();
		}
	}).trigger('change');

});

Directory Contents

Dirs: 0 × Files: 22

Name Size Perms Modified Actions
2.50 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.65 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
7.18 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
4.06 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
35.12 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
26.70 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
3.26 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.74 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
37.88 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
21.88 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.87 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
661 B lrw-r--r-- 2025-04-30 03:17:32
Edit Download
7.59 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
4.92 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.58 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.07 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
2.47 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
1.51 KB lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.27 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
877 B lrw-r--r-- 2025-04-30 03:17:31
Edit Download
1.26 KB lrw-r--r-- 2025-04-30 03:17:32
Edit Download
996 B lrw-r--r-- 2025-04-30 03:17:31
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).