![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/confenda.com/wp-content/plugins/wep-demo-import/admin/js/ |
/** * Getting Started */ jQuery( document ).ready( function ( $ ) { $( '.ads-gsm-btn' ).click( function ( e ) { e.preventDefault(); // Show updating gif icon. $( this ).addClass( 'updating-message' ); // Change button text. $( this ).text( wep_demo_import.btn_text ); $.ajax({ type: "POST", url: ajaxurl, data: { action : 'wep_demo_import_getting_started', security : wep_demo_import.nonce }, success:function( response ) { var redirect_uri; redirect_uri = response.data.redirect; window.location.href = redirect_uri; }, error: function( xhr, ajaxOptions, thrownError ){ console.log(thrownError); } }); } ); } );