• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • anonymized-14293447

    (@anonymized-14293447)

    Hello, I had the same problem with the modal window, but the latest update seems to resolve it. Try again…

    Thread Starter andrewlnz

    (@andrewlnz)

    Many thanks arsenalemusica! I logged in this morning and saw there was an update and installed it – it works awesome! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stuck on processing now modal’ is closed to new replies.