Hardcoded Paths causes 404
-
handleMonthlyInstallments.php & IwocaPayCheckout.js contain hard coded wp-admin paths which is poor design. Does not work on sites where wordpress path is not the default. Should at the very least use admin_url(‘admin-ajax.php’) or similar
url: “/wp-admin/admin-ajax.php”,
- You must be logged in to reply to this topic.