Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Media Library – Return Media Client Posts/Name

// Add Shortcode
function custom_shortcode() {

	
	
	    /*
	     *  Provide a postId from media library
	     */
	     
	     
	    
	    /*  Return an array of 
	     *
	     *      1. a  value -- the post's media library taxonomy name (client name), and
	     *      2  an array -- the posts from media library from that client name.  
	     */
	     
	     

}
add_shortcode( '', 'custom_shortcode' );