• Hi is there a way of extracting the url from this foreach loop?

    foreach( get_categories(['hide_empty' => false]) as $category) {
       echo do_shortcode(sprintf('[wp_custom_image_category term_id="%s"]',$category->term_id));
      }
  • The topic ‘Egt image URL’ is closed to new replies.