I would like to add a shortcode into a php code in wordpress. My code looks like this:
<h1 class="nd_booking_margin_top_50_responsive">'.__('Make Your Payment
Here','nd-booking').' :</h1>
<div class="nd_booking_section nd_booking_height_30"></div>
<?php echo do_shortcode(“[pff-paystack id="1597"]”); ?>
I tried but the code is not showing on page.
“ ”are not valid syntax, try this:<?php echo do_shortcode( '[pff-paystack id="1597"]' ); ?>