This is my shortcode: [sc name="frt"][/sc]
I have a WordPress website and I'm looking to insert this shortcode's output to a new div that will be created dynamically and added to my HTML page.
How the process looks like:
So every time the page loads, the shortcode runs, we get its output and then the output is added to a new div that's added dynamically.
I have a javascript plugin in my WordPress website and that's where I'll be inserting the code. I could really use some help, it will be much appreciated. Thanks!!