“What’s wrong with this WordPress shortcode function?”
I am trying to create a shortcode that will add a CTA button to any page with onClick event tracking code. This is what I have so far, but it doesn't work. <?php function my_cta() { return `<div class="mycalltoaction"><a class="button"…