File manager - Edit - /home/antilam/web/antilam.ru/public_html/wp-content/plugins/wp-recipe-maker/assets/js/admin/tools.js
Back
import '../../css/admin/tools.scss'; let action = false; let args = {}; let posts = []; let posts_total = 0; function handle_posts() { var data = { action: 'wprm_' + action, security: wprm_admin.nonce, posts: JSON.stringify(posts), args: args, }; jQuery.post(wprm_admin.ajax_url, data, function(out) { if (out.success) { posts = out.data.posts_left; update_progress_bar(); if(posts.length > 0) { handle_posts(); } else { jQuery('#wprm-tools-finished').show(); } } else { window.location = out.data.redirect; } }, 'json'); } function update_progress_bar() { var percentage = ( 1.0 - ( posts.length / posts_total ) ) * 100; jQuery('#wprm-tools-progress-bar').css('width', percentage + '%'); }; jQuery(document).ready(function($) { // Import Process if(typeof window.wprm_tools !== 'undefined') { action = wprm_tools.action; args = wprm_tools.args; posts = wprm_tools.posts; posts_total = wprm_tools.posts.length; handle_posts(); } // Reset settings jQuery('#tools_reset_settings').on('click', function(e) { e.preventDefault(); if ( confirm( 'Are you sure you want to reset all settings?' ) ) { var data = { action: 'wprm_reset_settings', security: wprm_admin.nonce, }; jQuery.post(wprm_admin.ajax_url, data, function(out) { if (out.success) { window.location = out.data.redirect; } else { alert( 'Something went wrong.' ); } }, 'json'); } }); });
| ver. 1.4 |
Github
|
.
| PHP 8.4.22 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings