-
Posted a reply to Adding personal shortcode to tab issue, on the site WordPress.org Forums:
It works again! I used the output buffer at the beginning and end of the… -
Posted a reply to Adding personal shortcode to tab issue, on the site WordPress.org Forums:
Here it is: function pippin_stripe_payment_form() { global $stripe_options; if(isset($_GET['payment']) && $_GET['payment'] == 'paid') { echo… -
Posted a reply to Adding personal shortcode to tab issue, on the site WordPress.org Forums:
Here is a page where this is happening: http://ec2-52-89-248-121.us-west-2.compute.amazonaws.com/testing/ Here is the code I have… -
Created a topic, Adding personal shortcode to tab issue, on the site WordPress.org Forums:
Hi, I'm having an issue where a personal shortcode th…