ACF field data is not fetching on frontside
-
Hi, I have installed the ACF plugin but i am trying to fetch the data in the front end of website but am unable to do so. this is the code. Please guide me in resolving this issue
<?php $bk_value= get_field('custom_booking_description');?> <p><?php echo $bk_value; ?></p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ACF field data is not fetching on frontside’ is closed to new replies.