Support

Account

Home Forums ACF PRO Echo ShortCode with Post ID Reply To: Echo ShortCode with Post ID

  • the_field() echos the values and returns nothing to the variable,

    You need to use get_field()

    
    $parts= get_field('parts_cars', $post);