Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter freedumbo

    (@freedumbo)

    I use this foreach
    foreach ($categories as $cat)

    and want to insert like this.
    $content .= ‘<span class=”usp-checkbox usp-cat usp-cat-‘. $level .'”><input type=”checkbox” name=”‘. $name .'[]” value=”‘. $cat[‘id’] .'” data-required=”‘. $required .'” class=”‘. $classes .'”‘. $checked .’ ‘. $custom .’/> ‘. get_cat_name($cat[‘id’]) .'</span>’ . “\n”. z_taxonomy_image_url($cat->term_id,thumbnail);

    Plugin Author Muhammad

    (@elzahlan)

    Your code looks fine, can you tell me where exactly you want to put this code ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to use "z_taxonomy_image_url()" in another plugin?’ is closed to new replies.