MOON
Server: LiteSpeed
System: Linux server4.datacenterland.com 5.4.203-1-pve #1 SMP PVE 5.4.203-1 (Fri, 26 Aug 2022 14:43:35 +0200) x86_64
User: khakzad (1054)
PHP: 5.6.40
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, symlink
Upload Files
File: /home/khakzad/public_html/milad/wp-admin/js/user-suggest.js
(function($) {
	var id = 'undefined' !== typeof current_site_id ? '&site_id=' + current_site_id : '';
	$(document).ready( function() {
		$( '.wp-suggest-user' ).autocomplete({
			source:    ajaxurl + '?action=autocomplete-user&autocomplete_type=add' + id,
			delay:     500,
			minLength: 2,
			position:  ( 'undefined' !== typeof isRtl && isRtl ) ? { my: 'right top', at: 'right bottom', offset: '0, -1' } : { offset: '0, -1' },
			open:      function() { $(this).addClass('open'); },
			close:     function() { $(this).removeClass('open'); }
		});
	});
})(jQuery);