benhuson / Taxonomy-Images

Enables WordPress users to easily associate images from the media library to categories, tags and custom taxonomies.
https://wordpress.org/plugins/taxonomy-images/
21 stars 5 forks source link

Get image data by term_id #34

Open snnyk opened 7 years ago

snnyk commented 7 years ago

How to get image data by term_id ?

d9media commented 6 years ago

Subscribing

marcelotorres commented 3 years ago

$taxonomy_image = get_option( 'taxonomy_image_plugin' );

echo wp_get_attachment_image( $taxonomy_image[] );