Taxonomy_Featured_Image::taxonomy_term_column_image_content( string $content, string $column_name, integer $term_id )
Retrieve the content for the image column.
Parameters
- $content
-
(Required) The content of the column.
- $column_name
-
(Required) The column name.
- $term_id
-
(Required) The term ID.
Return
(string)
Source
File: includes/modules/header_footer_grid/taxonomies/taxonomy_featured_image.php
Expand full source code Collapse full source code View on Github