thanks to the help of @jmooring in another thread I was able to work around a problem I faced for a project. Another project now uses a similar structure and I need to dig into the json file another level deeper.
I’m using this within a shortcode. The shortcode call looks like this: {{ game-popularity game="xygamename" monthyear="112022"}}
Thanks, this code is working for me!
But I’d like to use variables for at least two arguments (in this case they would in place of “poker” and “112022” since this is supposed to work as a shortcode. How would this line look with those two replaced by variables? Or is there something else/easier I could try apart from variables?
Honestly, cannot believe I haven’t tried that before
Was so fixated on using the same scheme with the closing bracket for the index right behind the $game variable and tried multiple versions with quotes, but never moved the closing bracket.
Thanks you very much (again)!