Support

Account

Home Forums ACF PRO Show link only if ACF image field not empty Reply To: Show link only if ACF image field not empty

  • When I added this code block to the post:

    <?php
    $view_on_wall = get_field(‘wall_image_1’, false, false);
    print_r($view_on_wall);
    ?>

    I got nothing back.