WordPress Plugin – WP Simple Galleries – Images Helper Function I have written this function for myself to use in a module. I was not require any shortcode so my requirement was like this. Have a look, might it will work for you as well. if(!function_exists(‘wp_simple_gallery_images’)){ function wp_simple_gallery_images($post_id) { $images = array(); $post_meta = get_post_meta($post_id, […]