Function don't work
-
This code doesn’t work for me
<?php
if (function_exists(‘get_wp_term_image’))
{
$meta_image = get_wp_term_image($term_id); //It will give category/term image url
}echo $meta_image; // category/term image url
?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Function don't work’ is closed to new replies.