Support

Account

Home Forums General Issues Shortcode: Using the Hide if empty in a shortcode Reply To: Shortcode: Using the Hide if empty in a shortcode

  • you need to use replace

    
    [acf field="field_name"]
    

    with

    
    [acf_if_value field="field_name"]