Hello! Is it possible to add a shortcode to a button?
I want to add this shortcode:
[arm_restrict_content type=“show” plan="{PLAN_ID}"]
{Display Restricted Content}
[armelse]
{Not Display Restricted Content}
[/arm_restrict_content]
to these buttons:

I can’t figure out how to access the HTML code version of the button so I can wrap the shortcode around it.
THanks for your help!