wp localize script is not working in a custom AJAX request
My need was to set different prices in the session and fetch those in my js script. I am using a jquery session plugin to set and get session, but it wasn’t getting session set by php, so I was trying to send variables using wp_localize and set it in the js script. Taking the … Read more