Taxonomy_Featured_Image::taxonomy_term_image_field( null|integer $image_id = null, boolean $echo = true )
Return the image field for the provided image ID.
Parameters
- $image_id
-
(Optional) The image ID.
Default value: null
- $echo
-
(Optional) Flag to specify if it should echo the $output.
Default value: true
Return
(string|void)
Source
File: includes/modules/header_footer_grid/taxonomies/taxonomy_featured_image.php
Expand full source code Collapse full source code View on Github