• Hi, what is the shorcode ekivalent of this if statement?

    <?php
    
    if(guet_field('field_name'))
    {
    	echo '<p>' . guet_field('field_name') . '</p>';
    }
    
    ?>

    Thanc you.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘ACF IF statement shorcode’ is closed to new replies.