This plugin is outdated and might not be supported anymore
Multi Image Upload

Multi Image Upload

Details
View on WordPress

This plugin adds a meta box to upload multiple images for posts and pages. You can enable it for custom post types also, please see installation instructions.

miu_get_images()

This function can be called from any template file to get attached images for the page/post being viewed.
It returns an array of the attached image URL.

It take only one argument:

  1. post_id (integer) to get images linked to a specific post

    http://www.example.com/image-1.png
    [1] => http://www.example.com/image-2.png
    )

    ?>

Details

Plugin code:
multi-image-upload
Plugin version:
2.0
Outdated:
Yes
WP version:
2.8 or higher
PHP version:
or higher
Test up to WP version:
5.1.19
Total installations:
400
Last updated:
2019-04-03
Rating:
Times rated:
7
image
metabox
multi
upload