• Carlos

    (@carlosicnarf)


    I am having a hard time getting the data from the ACF table field using wp rest API.

    $.each(results, function(i, item) {
      var ingredientsName = item.ingredients.body;

    Result:
    Ingredients: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

    The page I need help with: [log in to see the link]

  • The topic ‘ACF table field’ is closed to new replies.