Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save doitonlinemedia/e006f42f72af59d2ddad666acbea72eb to your computer and use it in GitHub Desktop.
Save doitonlinemedia/e006f42f72af59d2ddad666acbea72eb to your computer and use it in GitHub Desktop.
Get wordpress categorie taxonomy acf advanced custom field
$image = get_field('banner_image', $term->taxonomy . '_' . $term->term_id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment