• I am using get_term to get a single term, i have installed plugin but not getting hot get image id for a single term.

    $term = apply_filters( 'taxonomy-images-get-terms', '', array(
    'taxonomy' => 'coupon-category',
    'term_args' => array(
    'id' => 23,
    )
    ) );
    print_r($term);

    but it returns array with term id 22.
    is there any function or method to get image id for single term ?

    https://wordpress.org/plugins/taxonomy-images/

  • The topic ‘Get single term image id’ is closed to new replies.