Viewing 1 replies (of 1 total)
  • Just a quick note here – I had the same problem and searched through the source and realized I needed to echo the form.

    <?php echo wp_stripe_form(); ?>

    Potential dev suggestion here: wp_stripe_form(); should echo, while get_wp_stripe_form(); should return. (Or, at the least, probably a change to the docs to reflect that an echo is needed.)

Viewing 1 replies (of 1 total)
  • The topic ‘PHP tag in template not working’ is closed to new replies.