PHP inside HTML inside Accordion Description not working
-
Hi
I have this piece of code inside the Accordion Description and it does not read the “get_field(‘delivery’)” to the Accordion Description. I’ve read the Accordion Descrition does allow for HTML, is there a way to make this work?
CODE INSIDE ACCORDION DESCRIPTION:
<html>
<body>
<?php
if(get_field(‘delivery’))
{
echo get_field(‘delivery’);
}
?>
</body>
</html>https://www.ads-software.com/plugins/accordion-shortcode-and-widget/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP inside HTML inside Accordion Description not working’ is closed to new replies.