jqn -r markdown-table 'map(x => "## " + x.name + "\n\n" + markdownTable(x.columns.map(y => [y.name, y.type])) ) | join("\n\n")' < /tmp/stripe.json
| id | varchar |
|---|---|
| business_name | varchar |
| business_url | varchar |
| <?php | |
| // first, get the image ID returned by ACF | |
| $image_id = get_field('my_image_field'); | |
| // and the image size you want to return | |
| $image_size = 'thumbnail'; | |
| // use wp_get_attachment_image_src to return an array containing the image | |
| // we'll pass in the $image_id in the first parameter |