Skip to content

Instantly share code, notes, and snippets.

@zorca
Last active October 16, 2017 17:33
Show Gist options
  • Save zorca/f990de5b2e8014f592a2eaad1f5e5039 to your computer and use it in GitHub Desktop.
Save zorca/f990de5b2e8014f592a2eaad1f5e5039 to your computer and use it in GitHub Desktop.
<?php
foreach ($tm_list as $item):
echo carbon_get_post_meta($item['id'], 'crb_field') . '<br>';
endforeach;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment