Файловый менеджер - Редактировать - /home/onlin326/cristianalberio.org/wp-content/plugins/boldgrid-backup/admin/js/boldgrid-backup-admin-customizer.js
Назад
/** * Admin Customizer * * Javascript for the Custoimzer. Used for backup protection before updating themes. * * @since 1.6.0 */ /* global ajaxurl,boldgridBackupCustomizer,jQuery,wp */ var BOLDGRID = BOLDGRID || {}; BOLDGRID.BACKUP = BOLDGRID.BACKUP || {}; BOLDGRID.BACKUP.CUSTOMIZER = function( $ ) { var self = this; self.protectNoticeShow = false; /** * Show the "protect" notice. * * @since 1.6.0 */ self.showProtectNotice = function() { wp.customize.section( 'installed_themes', function( section ) { // Actions to take when installed_themes section is opened. section.expanded.bind( function() { // Show the "protect now" notice. if ( ! self.protectNoticeShow ) { var data = { action: 'boldgrid_backup_get_protect_notice', update_protection: true }; $.post( ajaxurl, data, function( response ) { if ( response.success !== undefined && true === response.success ) { // Show the notice. $( '.customize-themes-notifications' ).append( response.data.notice ); // If we have a backup in progress, trigger the in progress bar. if ( ! response.data.is_done ) { $( 'body' ).trigger( 'boldgrid_backup_progress_notice_added' ); } self.protectNoticeShow = true; } } ); } } ); } ); }; $( function() { var deadline; if ( boldgridBackupCustomizer.is_rollback_enabled ) { deadline = BOLDGRID.BACKUP.RollbackTimer.getUpdatedDeadline(); } // Wait until we have the deadline. $( 'body' ).on( 'boldgrid-backup-have-deadline', function() { var haveDeadline = deadline !== undefined && deadline.responseText !== undefined && '' !== deadline.responseText, haveUpdatesAvailable = 0 < boldgridBackupCustomizer.update_data.counts.themes; if ( haveDeadline ) { BOLDGRID.BACKUP.RollbackTimer.show(); } else if ( haveUpdatesAvailable ) { self.showProtectNotice(); } } ); } ); }; BOLDGRID.BACKUP.CUSTOMIZER( jQuery );
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка