Stuck on processing now modal
-
Great plugin! I’m having one issue though and that is the process stops at the “Processing now” modal window.
I’ve added a delete account tab in the my-account page in Woocommerce and used the code that Ren kindly provided to load the front end assets:
add_filter( ‘wp_delete_user_accounts_load_assets_on_frontend’, ‘wp_delete_user_accounts_load_assets_on_frontend’ );
function wp_delete_user_accounts_load_assets_on_frontend( $load ) {
return true;I disabled my Adblocker and that didn’t fix the issue. In the console the only thing I can spot is: SweetAlert: SweetAlert expects at least 1 attribute!
If I reload the page it logs me out, but doesn’t delete the user data.
Anyone have any thoughts or run into the same issue?
Cheers, Andrew
The topic ‘Stuck on processing now modal’ is closed to new replies.