Is it possible to do this without Ajax, solely with vanilla JS and PHP?
What I am trying to do is:
My question is: what options do I have? Is it solely Ajax or can I do this with PHP and JS-only?
function place_function() {
return '[myshortcode place="new york"]';
}