Software: WordPress Plugin - filepicker-media-uploader Version: 2.0.8 File: shortcodes.php Last Change: Revision 816251, 12 years ago by shanaver File Size: 753 bytes Description: - Adds a shortcode 'filepicker' which calls the 'filepicker_show' function. - The 'filepicker_show' function initializes a Filepicker instance if it doesn't exist in the global scope. - It creates a button to upload a file. - Depending on the configuration, it may display an iframe with a specified src. Potential Concerns: - Usage of GLOBALS array, which can lead to security issues if not handled correctly. - The iframe src is directly passed from shortcode attributes, which can be a potential vector for XSS if not sanitized properly.