Handy call for template
-
I use small function based on your FAQ in my functions.php. I think that would be good include it to the plugin.
function get_term_img_url($termID){ $image_data = wp_get_attachment_image_src( get_term_meta( $termID, 'image', true ), 'full' ); return $image_data[0]; }
- The topic ‘Handy call for template’ is closed to new replies.