Skip to content

Instantly share code, notes, and snippets.

@garraflavatra
Created July 9, 2021 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garraflavatra/b489e66707ddaf44807af9ce42be3392 to your computer and use it in GitHub Desktop.
Save garraflavatra/b489e66707ddaf44807af9ce42be3392 to your computer and use it in GitHub Desktop.
Get metadata array of the current term in WordPress.
<?php $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment