• in the file classes/class-wc-email-inquiry-hook.php, the call to:
    admin_url( 'admin-ajax.php', 'relative' );

    now breaks the plugin from being functional for emailing in a multi-site environment.

    Soo…no idea how to fix.

Viewing 1 replies (of 1 total)
  • Thread Starter jiggaman

    (@jiggaman)

    changed that piece of code to:

    site_url(‘wp-admin/admin-ajax.php’);

    …and it works…so…guess i fixed it? Security? I dont know.

Viewing 1 replies (of 1 total)
  • The topic ‘plugin using bad path for emailing ajax messages’ is closed to new replies.