[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fCAO9KXVkN_WhAhSCjnLuZsUah2HYWArmf9OFxLMQxcg":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":18,"download_link":25,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":35,"analysis":146,"fingerprints":300},"recent-featured-posts-widget","Recent & Featured Posts Widget","1.1.0","graysea","https:\u002F\u002Fprofiles.wordpress.org\u002Fgraysea\u002F","\u003Cp>Recent & Featured Posts Widget adds a list of recent posts or posts of your choosing with thumbnail images, post titles, dates, times, and excerpts.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Excerpt Length.\u003C\u002Fstrong> Change the number of words in the post excerpt.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Excerpt Display.\u003C\u002Fstrong> Show the excerpt as a dropdown when someone hovers over a section or display the excerpt directly on the page.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>CSS Modification.\u003C\u002Fstrong> Modify certain CSS values including image width, text position, and border.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Featured Posts.\u003C\u002Fstrong> Don’t want to show recent posts? Enter a list of post IDs. The number of posts shown will depend on the total number of IDs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Thumbnail Images.\u003C\u002Fstrong> Choose to show featured image, or the oldest image attached to a post is shown by default.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Images of your Choosing.\u003C\u002Fstrong> Enter a list of image IDs to replace the default images. Images are shown in the order listed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Date and Time.\u003C\u002Fstrong> Show or hide the post date and\u002For time.  Choose a separator that goes between date and time.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Include Sticky Posts.\u003C\u002Fstrong> If you include sticky posts, an extra post is added. I.e. if the ‘Number of posts to show’ is 5 and you select ‘Include Sticky Posts’, 6 posts will be shown.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Rectangular or Circular Image.\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n","Display recent posts or manually selected posts with thumbnail images. Show the excerpt directly on the page or as a dropdown.",600,6182,80,1,"2016-02-12T15:02:00.000Z","4.4.34","3.6","",[20,21,22,23,24],"featured","featured-posts","image","images","media","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frecent-featured-posts-widget.1.1.0.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":14,"total_installs":11,"avg_security_score":26,"avg_patch_time_days":32,"trust_score":33,"computed_at":34},30,84,"2026-04-04T07:03:17.906Z",[36,55,77,103,125],{"slug":37,"name":38,"version":39,"author":40,"author_profile":41,"description":42,"short_description":43,"active_installs":44,"downloaded":45,"rating":46,"num_ratings":47,"last_updated":48,"tested_up_to":49,"requires_at_least":50,"requires_php":18,"tags":51,"homepage":18,"download_link":54,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"easy-featured-images","Easy Featured Images","1.2.0","danielpataki","https:\u002F\u002Fprofiles.wordpress.org\u002Fdanielpataki\u002F","\u003Cp>Easy Featured Images allows you to assign featured images to posts much more efficiently, especially if you have a number of posts to go through. Normally you have to visit the edit page of each post, launch the media window and upload\u002Fassign the image.\u003C\u002Fp>\n\u003Cp>With the plugin enabled you can do this from the post list screen. Everything words via AJAX so images are assigned instantly, without having to wait for pages to load. It uses the regular WordPress media box making the plugin 100% WordPress awesome.\u003C\u002Fp>\n\u003Cp>Easy Featured Images also support \u003Cstrong>WooCommerce\u003C\u002Fstrong>, yay!\u003C\u002Fp>\n\u003Cp>You can use the \u003Ccode>efi\u002Fpost_types\u003C\u002Fcode> filter to modify the array of post types that the plugin’s functionality is assigned to. Return the final list of post types you want the plugin to be applied to:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'efi\u002Fpost_types', 'my_post_type_images' );\nfunction my_post_type_images( $post_types ) {\n    unset( $post_types['page'] );\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>As of 1.2.0 the plugin has an \u003Ccode>efi\u002Fsettings\u003C\u002Fcode> filter which allows developers to change some settings. For now the only setting available is \u003Ccode>show_thumbnail_preview\u003C\u002Fcode> which can be set to true or false.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'efi\u002Fsettings', 'my_efi_settings' );\nfunction my_efi_settings( $settings ) {\n    $settings['show_thumbnail_preview'] = false;\n    return $settings\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Thanks\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ftommcfarlin.com\u002Fthe-wordpress-media-uploader\u002F\" rel=\"nofollow ugc\">Tom McFarlin\u003C\u002Fa> for the basis of the Javascript that initiates the media uploader\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Funsplash.com\u002Fcolepatrick\" rel=\"nofollow ugc\">Cole Patrick\u003C\u002Fa> for the fantastic photo for the plugin’s featured image\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftmconnect\" rel=\"nofollow ugc\">Thomas Meyer\u003C\u002Fa> for the German translation.\u003C\u002Fli>\n\u003C\u002Ful>\n","Allows you to add and remove featured images from admin post lists. Works with AJAX and magic for your image assignment pleasure.",1000,10486,94,7,"2015-05-05T19:04:00.000Z","4.2.39","3.5.0",[52,53,24],"ajax","featured-images","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Feasy-featured-images.zip",{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":27,"downloaded":63,"rating":64,"num_ratings":14,"last_updated":65,"tested_up_to":66,"requires_at_least":67,"requires_php":68,"tags":69,"homepage":75,"download_link":76,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"additional-featured-images-and-media-uploader-anywhere","Additional Featured Images and Media Uploader Anywhere","1.0.0","metawebdevelopment","https:\u002F\u002Fprofiles.wordpress.org\u002Fmetawebdevelopment\u002F","\u003Cp>Add additional featured images to any post type and display using either a built in image gallery\u002Fslideshow shortcode or by using a single image shortcode. Most plugins or developers use the non Javasript API media uploader, which is notorious for being glitchy and slow.  This leverages the not well known WordPress Javascript API to mimic the built in media uploader.  Great for end users or developers.\u003C\u002Fp>\n","Add additional featured images to any post type and display using either a built in image gallery\u002Fslideshow shortcode or by using a single image short &hellip;",1029,100,"2020-08-21T05:21:00.000Z","5.5.18","5.4.2","7.0",[70,71,72,73,74],"additional-featured-image","additional-featured-images","featured-image","javascript-media-uploader","media-uploader","https:\u002F\u002Fmetawebdevelopment.com\u002Fproduct\u002Fadditional-featured-images-and-media-upload-anywhere\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fadditional-featured-images-and-media-uploader-anywhere.zip",{"slug":78,"name":79,"version":80,"author":81,"author_profile":82,"description":83,"short_description":84,"active_installs":85,"downloaded":86,"rating":87,"num_ratings":88,"last_updated":89,"tested_up_to":90,"requires_at_least":91,"requires_php":18,"tags":92,"homepage":98,"download_link":99,"security_score":100,"vuln_count":101,"unpatched_count":27,"last_vuln_date":102,"fetched_at":29},"instant-images","Instant Images – One-click Image Uploads from Unsplash, Openverse, Pixabay, Pexels, and Giphy","7.1.0.1","connekthq","https:\u002F\u002Fprofiles.wordpress.org\u002Fconnekthq\u002F","\u003Cp>Instantly upload photos from Unsplash, Openverse, Pixabay, Pexels, and Giphy to your website all without ever leaving WordPress!\u003C\u002Fp>\n\u003Cp>Instant Images is the fastest way to find and upload high-quality, free stock images directly from inside WordPress.\u003C\u002Fp>\n\u003Cp>No downloads.\u003Cbr \u002F>\nNo switching tabs.\u003Cbr \u002F>\nNo copy-paste workflow.\u003C\u002Fp>\n\u003Cp>Just search, click, and your image is instantly added to your Media Library — properly processed and ready to use.\u003C\u002Fp>\n\u003Cp>Whether you’re building content, designing layouts, or prototyping a client site, Instant Images keeps you in your workflow and saves you time.\u003C\u002Fp>\n\u003Ch4>Supported Image Providers\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Funsplash.com\" rel=\"nofollow ugc\">Unsplash\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fopenverse\u002F\" rel=\"ugc\">Openverse\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fpixabay.com\" rel=\"nofollow ugc\">Pixabay\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fpexels.com\" rel=\"nofollow ugc\">Pexels\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fgiphy.com\" rel=\"nofollow ugc\">Giphy\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Works seamlessly with the Block Editor, Media Modal, and popular page builders.\u003C\u002Fp>\n\u003C!--YouTube Error: bad URL entered-->\n\u003Cp>The perfect tool for users who want to save time and frustration by uploading images directly inside their WordPress installation and for developers who want to prototype and develop using real world imagery.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fgetinstantimages.com\" rel=\"nofollow ugc\">Visit Plugin Website\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Cstrong>Image Search\u003C\u002Fstrong> – The Instant Images search let’s you quickly find and upload images for any subject in a matter of seconds!\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Image Orientation\u003C\u002Fstrong> – Filter search results by landscape, portrait or square images.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Time Saver\u003C\u002Fstrong> – Quickly upload amazing stock photos without leaving the comfort of your WordPress admin.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Theme\u002FPlugin Developers\u003C\u002Fstrong> – A great tool for developers who want to prototype and develop using real world imagery.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gutenberg\u003C\u002Fstrong> – Instant Images directly integrates with Gutenberg as a plugin sidebar.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Media Modal\u003C\u002Fstrong> – Instant Images is available as a tab in the WordPress Media Modal.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Page Builders\u003C\u002Fstrong> – Instant Images integrates with page builders such as Elementor, Beaver Builder, Brizy and Divi.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Edit Image Metadata\u003C\u002Fstrong> – Easily edit image filename, alt text and caption prior to uploading to your media library.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Accessibility\u003C\u002Fstrong> – Automatically include a relevant alt description for screen readers, visually reduced users, and SEO.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Easy to Use\u003C\u002Fstrong> – It couldn’t get much more simple, just click an image and it’s automatically uploaded to your media library for use on your site.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No Accounts Needed\u003C\u002Fstrong> – An account on any service provider is not required for use of this plugin. Just activate and you’re ready to go.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Add-ons\u003C\u002Fh4>\n\u003Ch3>Instant Images: Extended\u003C\u002Fh3>\n\u003Cp>Enhance Instant Images with powerful professional features.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Includes:\u003C\u002Fstrong>\u003Cbr \u002F>\n– Search History & Autocomplete.\u003Cbr \u002F>\n– Instant Images as a WordPress Block.\u003Cbr \u002F>\n– WordPress CLI Imports.\u003Cbr \u002F>\n– Batch Image Imports.\u003Cbr \u002F>\n– I’m Feeling Lucky WordPress Block.\u003Cbr \u002F>\n– Image Size Generator.\u003Cbr \u002F>\n– Instant Featured Images\u003Cbr \u002F>\n– Instagram-style image filters\u003Cbr \u002F>\n– Persistent search terms across providers.\u003Cbr \u002F>\n– And more…\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgetinstantimages.com\u002Fadd-ons\u002Fextended\u002F\" rel=\"nofollow ugc\">Learn More\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Proxy Server\u003C\u002Fh4>\n\u003Cp>Instant Images routes all API requests to service providers (Unsplash, Pexels, Pixabay, Openverse etc.) through our custom proxy server at \u003Ca href=\"https:\u002F\u002Fproxy.getinstantimages.com\" rel=\"nofollow ugc\">proxy.getinstantimages.com\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Maintaining a proxy server for Instant Images allows us to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Protect API keys from public exposure.\u003C\u002Fli>\n\u003Cli>Normalize data from multiple providers.\u003C\u002Fli>\n\u003Cli>Improve compatibility and reliability across plugin versions.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please take a moment and read our Terms of Use and Privacy Policy for when using our proxy service:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetinstantimages.com\u002Fterms-of-use\u002F\" rel=\"nofollow ugc\">Terms of Use\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgetinstantimages.com\u002Fprivacy-policy\u002F\" rel=\"nofollow ugc\">Privacy Policy\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>How Can You Contribute?\u003C\u002Fh4>\n\u003Cp>Pull requests can be submitted via \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdcooney\u002Finstant-images\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Website\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgetinstantimages.com\" rel=\"nofollow ugc\">https:\u002F\u002Fgetinstantimages.com\u003C\u002Fa>\u003C\u002Fp>\n","One-click uploads from Unsplash, Openverse, Pixabay, Pexels, and Giphy directly to your WordPress media library.",200000,2942295,96,59,"2026-02-13T13:27:00.000Z","6.9.4","6.0",[93,94,95,96,97],"free-images","media-library","pixabay","stock-photos","unsplash","https:\u002F\u002Fconnekthq.com\u002Fplugins\u002Finstant-images\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Finstant-images.7.1.0.1.zip",98,3,"2024-01-29 00:00:00",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":113,"num_ratings":114,"last_updated":115,"tested_up_to":90,"requires_at_least":91,"requires_php":116,"tags":117,"homepage":121,"download_link":122,"security_score":123,"vuln_count":14,"unpatched_count":27,"last_vuln_date":124,"fetched_at":29},"media-cleaner","Media Cleaner: Clean your WordPress!","7.0.5","Jordy Meow","https:\u002F\u002Fprofiles.wordpress.org\u002Ftigroumeow\u002F","\u003Cp>Media Cleaner is a powerful plugin that helps you clean up your WordPress media library by deleting unused media entries and files, as well as fixing broken entries. With an internal trash feature, you can preview and confirm changes before permanently deleting anything. Plus, Media Cleaner uses smart analysis to ensure compatibility with specific plugins and themes.\u003C\u002Fp>\n\u003Cp>Use it alongside \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdatabase-cleaner\u002F\" rel=\"ugc\">Database Cleaner\u003C\u002Fa> for the ultimate clean-up experience.\u003C\u002Fp>\n\u003Cp>Media Cleaner is like a ninja assassin for your Media Library – it’ll stealthily take out all the unnecessary media and broken entries that are cluttering up the place. Just make sure you have a \u003Cstrong>solid backup plan\u003C\u002Fstrong> in place before you let this bad boy loose.\u003C\u002Fp>\n\u003Cp>To learn more about compatibility, features, and the Pro version, check out the \u003Ca href=\"https:\u002F\u002Fmeowapps.com\u002Fmedia-cleaner\u002Ftutorial\u002F\" rel=\"nofollow ugc\">tutorial\u003C\u002Fa> on the \u003Ca href=\"https:\u002F\u002Fmeowapps.com\u002Fmedia-cleaner\u002F\" rel=\"nofollow ugc\">official website\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FqmDSgWZWnSw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>COMPATIBILITY\u003C\u002Fh3>\n\u003Cp>This plugin is compatible with all media types, including retina and WebP versions. It has been tested on a wide range of WordPress versions, including the latest version with Gutenberg, as well as on various themes with a large community of users. It also supports WooCommerce. For users with more complex plugins for handling website content, the Pro version may be necessary for optimal compatibility. We are constantly working to increase compatibility with other plugins.\u003C\u002Fp>\n\u003Ch3>PRO VERSION\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fmeowapps.com\u002Fmedia-cleaner\u002F\" rel=\"nofollow ugc\">Media Cleaner Pro\u003C\u002Fa> adds extra features to the free version of Media Cleaner:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Filesystem Analysis: Scans your physical \u002Fuploads directory and matches it against the Media Library.\u003C\u002Fli>\n\u003Cli>Extra support for complex plugins, such as ACF, Metabox, Divi Builder, Fusion Builder (Avada), WPBakery Page Builder, Visual Composer, Elementor, Beaver Builder, Brizy Builder, Oxygen Builder, Slider Revolution, Justified Image Grid, Avia Framework, and many more!\u003C\u002Fli>\n\u003Cli>Live Site Scan: Analyzes the online version of your website, potentially improving accuracy in some cases.\u003C\u002Fli>\n\u003Cli>WP-CLI support: Allows you to run the plugin at a higher speed or automatically with direct server access (via SSH).\u003C\u002Fli>\n\u003C\u002Ful>\n","Clean your WordPress! Eliminate unused and broken media files. For a faster, and better website.",90000,4405648,92,741,"2026-03-09T22:57:00.000Z","7.4",[118,119,23,120,24],"clean","files","library","https:\u002F\u002Fmeowapps.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmedia-cleaner.7.0.5.zip",99,"2024-04-29 00:00:00",{"slug":126,"name":127,"version":128,"author":129,"author_profile":130,"description":131,"short_description":132,"active_installs":133,"downloaded":134,"rating":87,"num_ratings":135,"last_updated":136,"tested_up_to":90,"requires_at_least":137,"requires_php":116,"tags":138,"homepage":141,"download_link":142,"security_score":143,"vuln_count":144,"unpatched_count":27,"last_vuln_date":145,"fetched_at":29},"media-library-assistant","Media Library Assistant","3.34","David Lingren","https:\u002F\u002Fprofiles.wordpress.org\u002Fdglingren\u002F","\u003Cp>The Media Library Assistant provides several enhancements for managing the Media Library, including:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Complete support for ALL taxonomies\u003C\u002Fstrong>, including the standard Categories and Tags, your custom taxonomies and the Assistant’s pre-defined Att. Categories and Att. Tags. You can add taxonomy columns to the Media\u002FAssistant listing, filter on any taxonomy, assign terms and list the attachments for a term.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>Media\u002FAssistant admin screen\u003C\u002Fstrong> displays more attachment information such as parent information, file URL and image metadata. Provides many more listing columns (more than 20) to choose from. You can also add columns to display custom field values.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Provides \u003Cstrong>additional view filters\u003C\u002Fstrong> for MIME types and taxonomies, and features to compose custom views of your own.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Inline \u003Cstrong>“Bulk Edit”\u003C\u002Fstrong> and \u003Cstrong>“Quick Edit”\u003C\u002Fstrong> areas; update author, parent and custom fields, add, remove or replace taxonomy terms for several attachments at once. Works on the Media\u002FAdd New screen as well.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Works with the popular \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcodepress-admin-columns\u002F\" rel=\"ugc\">Admin Columns\u003C\u002Fa> plugin for even more Media\u002FAssistant screen customization.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>IPTC\u003C\u002Fstrong>, \u003Cstrong>EXIF (including GPS)\u003C\u002Fstrong>, \u003Cstrong>XMP\u003C\u002Fstrong> and \u003Cstrong>PDF\u003C\u002Fstrong> metadata can be assigned to standard WordPress fields, taxonomy terms and custom fields. You can update all existing attachments from the Settings page IPTC\u002FEXIF tab, groups of existing attachments with a Bulk Action or one existing attachment from the Edit Media\u002FEdit Single Item screen. \u003Cstrong>Twelve hooks\u003C\u002Fstrong> provided for complete mapping customization from your theme or plugin code. You can view and\u002For download this PDF document with more information: \u003Ca href=\"http:\u002F\u002Fdavidlingren.com\u002Fassets\u002FMLA-Metadata-Mapping.pdf\" rel=\"nofollow ugc\">Mapping File Metadata to WordPress Fields with Media Library Assistant\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Attachment metadata\u003C\u002Fstrong> such as file size, image dimensions and where-used information can be assigned to WordPress custom fields. You can then use the custom fields in your \u003Ccode>[mla_gallery]\u003C\u002Fcode> display and you can add custom fields as sortable, searchable columns in the Media\u002FAssistant submenu table. You can also \u003Cstrong>modify the WordPress \u003Ccode>_wp_attachment_metadata\u003C\u002Fcode> contents\u003C\u002Fstrong> to suit your needs.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Complete control over \u003Cstrong>Post MIME Types, File Upload extensions\u002FMIME Types and file type icon images\u003C\u002Fstrong>. Fifty four (54) additional upload types, 112 file type icon images and a searchable list of over 1,500 file extension\u002FMIME type associations.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Complete control over \u003Cstrong>Intermediate Image Sizes\u003C\u002Fstrong>, used by WordPress to generate and access intermediate image sizes for Media Library items.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>\u003Ccode>[mla_gallery]\u003C\u002Fcode> shortcode\u003C\u002Fstrong>, used in a post, page or custom post type to add a gallery of images and\u002For other Media Library items (such as PDF documents). MLA Gallery is a superset of the WordPress \u003Ccode>[gallery]\u003C\u002Fcode> shortcode; it is compatible with \u003Ccode>[gallery]\u003C\u002Fcode> and provides many enhancements. These include: 1) full query and display support for WordPress categories, tags, custom taxonomies and custom fields, 2) support for all post_mime_type values, not just images 3) media Library items need not be “attached” to the post, and 4) control over the styles, markup and content of each gallery using Style and Markup Templates. \u003Cstrong>Twenty-eight hooks\u003C\u002Fstrong> are provided for complete gallery customization from your theme or plugin code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>\u003Ccode>[mla_tag_cloud]\u003C\u002Fcode> shortcode\u003C\u002Fstrong>, displays a “cloud” of the “most used” terms in your Media Library where the size of each term is determined by how many times that particular term has been assigned to Media Library items. \u003Cstrong>Twenty-five hooks\u003C\u002Fstrong> are provided for complete cloud customization from your theme or plugin code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>\u003Ccode>[mla_term_list]\u003C\u002Fcode> shortcode\u003C\u002Fstrong>, displays hierarchical (and flat) taxonomy terms in list, dropdown control or checklist formats. \u003Cstrong>Twenty hooks\u003C\u002Fstrong> are provided for complete list customization from your theme or plugin code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>\u003Ccode>[mla_custom_list]\u003C\u002Fcode> shortcode\u003C\u002Fstrong>, displays flat\u002Fcloud lists, dropdown controls and checkbox lists of custom field values. \u003Cstrong>Twenty-seven hooks\u003C\u002Fstrong> are provided for complete list customization from your theme or plugin code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The \u003Cstrong>\u003Ccode>[mla_archive_list]\u003C\u002Fcode> shortcode\u003C\u002Fstrong>, displays flat\u002Fcloud lists and dropdown controls of date-based values. \u003Cstrong>Twenty hooks\u003C\u002Fstrong> are provided for complete list customization from your theme or plugin code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Powerful \u003Cstrong>Content Templates\u003C\u002Fstrong>, which let you compose a value from multiple data sources, mix literal text with data values, test for empty values and choose among two or more alternatives or suppress output entirely.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Support for \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwpml.org\u002F\" rel=\"nofollow ugc\">WPML\u003C\u002Fa>\u003C\u002Fstrong> and \u003Cstrong>Polylang\u003C\u002Fstrong> multi-language CMS plugins. MLA has earned a place on \u003Ca href=\"https:\u002F\u002Fwpml.org\u002Fplugin\u002Fmedia-library-assistant\u002F\" rel=\"nofollow ugc\">WPML’s List of Recommended Plugins\u003C\u002Fa>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Works with \u003Cstrong>Photonic Gallery, Justified Image Grid, Jetpack and other plugins\u003C\u002Fstrong>, so you can add slideshows, thumbnail strips and special effects to your \u003Ccode>[mla_gallery]\u003C\u002Fcode> galleries.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Works with \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Freal-media-library-lite\u002F\" rel=\"ugc\">WordPress Real Media Library: Media Library Folder & File Manager\u003C\u002Fa>\u003C\u002Fstrong> (Lite and Pro) to organize your files into folders, collections and galleries. This combination enhances both the Media\u002FAssistant admin submenu and the \u003Ccode>[mla_gallery]\u003C\u002Fcode> shortcode.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Works with \u003Cstrong>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcatfolders\u002F\" rel=\"ugc\">CatFolders – WP Media Folders\u003C\u002Fa>\u003C\u002Fstrong> (Lite and Pro) to categorize media files better and faster. This combination enhances both the Media\u002FAssistant admin submenu and the \u003Ccode>[mla_gallery]\u003C\u002Fcode> shortcode.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Enhanced Search Media box\u003C\u002Fstrong>. Search can be extended to the name\u002Fslug, ALT text and caption fields. The connector between search terms can be “and” or “or”. Search by attachment ID or Parent ID is supported, and you can search on keywords in the taxonomy terms assigned to Media Library items. Works in the Media Manager Modal Window, too.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Taxonomy and custom field support in the ATTACHMENT DETAILS pane of the Media Manager Modal Window and Media\u002FLibrary Grid view.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The Assistant is designed to work like the standard Media Library pages, so the learning curve is short and gentle. Contextual help is provided on every new screen to highlight new features.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>NOTE:\u003C\u002Fstrong> Complete documentation is included in the Documentation tab on the Settings\u002FMedia Library Assistant admin screen and the drop-down “Help” content in the admin screens. You can find a stand-alone version of the Documentation on my web site: \u003Ca href=\"http:\u002F\u002Fdavidlingren.com\u002Fassets\u002Fmla-doc.html\" rel=\"nofollow ugc\">Media Library Assistant Documentation\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>I do not solicit nor accept personal donations in support of the plugin.\u003C\u002Fstrong> WordPress and its global community means a lot to me and I am happy to give something back.\u003C\u002Fp>\n\u003Cp>If you find the Media Library Assistant plugin useful and would like to support a great cause, consider a \u003Ca href=\"http:\u002F\u002Fsecure.alsnetwork.org\u002Fgoto\u002FChateau_Seaview_Fund\" rel=\"nofollow ugc\">tax-deductible donation\u003C\u002Fa> to our \u003Ca href=\"http:\u002F\u002Fsecure.alsnetwork.org\u002Fgoto\u002FChateau_Seaview_Fund\" rel=\"nofollow ugc\">Chateau Seaview Fund\u003C\u002Fa> at the ALS Network. Every dollar of the fund goes to make the lives of people with ALS, their families and caregivers easier. Thank you!\u003C\u002Fp>\n\u003Ch3>Acknowledgements\u003C\u002Fh3>\n\u003Cp>Media Library Assistant includes many images drawn (with permission) from the \u003Ca href=\"http:\u002F\u002Fwww.softicons.com\u002Ffree-icons\u002Fsystem-icons\u002Fcrystal-project-icons-by-everaldo-coelho\" rel=\"nofollow ugc\">Crystal Project Icons\u003C\u002Fa>, created by \u003Ca href=\"http:\u002F\u002Fwww.everaldo.com\" rel=\"nofollow ugc\">Everaldo Coelho\u003C\u002Fa>, founder of \u003Ca href=\"http:\u002F\u002Fwww.yellowicon.com\" rel=\"nofollow ugc\">Yellowicon\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Many thanks\u003C\u002Fstrong> to Aurovrata Venet, Il’ya Karastel and Kristian Adolfsson for testing and advising on the multilingual support features!\u003C\u002Fp>\n\u003Ch4>The Example Plugins\u003C\u002Fh4>\n\u003Cp>The MLA example plugins have been developed to illustrate practical applications that use the hooks MLA provides to enhance the admin-mode screens and front-end content produced by the MLA shortcodes. Most of the examples are drawn from topics in the MLA Support Forum.\u003C\u002Fp>\n\u003Cp>The Documentation\u002FExample Plugins submenu lets you browse the list of MLA example plugins, install or update them in the Plugins\u002FInstalled Plugins area and see which examples you have already installed. To activate, deactivate or delete the plugins you must go to the Plugins\u002FInstalled Plugins admin submenu.\u003C\u002Fp>\n\u003Cp>The Example plugins submenu lists all of the MLA example plugins and identifies those already in the Installed Plugins area. In the submenu:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>the “Screen Options” dropdown area lets you choose which columns to display and how many items appear on each page\u003C\u002Fli>\n\u003Cli>the “Help” dropdown area gives you a brief explanation of the submenu content and functions\u003C\u002Fli>\n\u003Cli>the “Search Plugins” text box lets you filter the display to items containing one or more keywords or phrases\u003C\u002Fli>\n\u003Cli>bulk and rollover actions are provided to install or update example plugins\u003C\u002Fli>\n\u003Cli>the table can be sorted by any of the displayed columns\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Once you have installed an example plugin you can use the WordPress Plugins\u002FEditor submenu to view the source code and (with extreme caution) make small changes to the code. \u003Cstrong>Be very careful if you choose to modify the code!\u003C\u002Fstrong> Making changes to active plugins is not recommended. If your changes cause a fatal error, the plugin will be automatically deactivated. It is much safer to download the file(s) or use FTP access to your site to modify the code offline in a more robust HTML\u002FPHP editor.\u003C\u002Fp>\n\u003Cp>You can use the “Download” rollover action to download a plugin to your local system. Once you have made your modifications you can copy the plugin to a compressed file (ZIP archive) and then upload it to your server with the Plugins\u002FAdd New (Upload Plugin) admin submenu.\u003C\u002Fp>\n\u003Cp>If you do make changes to the example plugin code the best practice is to save the modified file(s) under a different name, so your changes won’t be lost in a future update. If you want to retain the file name, consider changing the version number, e.g. adding 100 to the MLA value, so you can more easily identify the plugins you have modified.\u003C\u002Fp>\n","Enhances the Media Library; powerful gallery and list shortcodes, full taxonomy support, IPTC\u002FEXIF\u002FXMP\u002FPDF processing, bulk\u002Fquick edit.",70000,2567297,198,"2026-03-07T00:58:00.000Z","4.7",[139,23,24,94,140],"categories","tags","http:\u002F\u002Fdavidlingren.com\u002F#two","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmedia-library-assistant.3.34.zip",76,26,"2026-03-04 16:31:21",{"attackSurface":147,"codeSignals":172,"taintFlows":284,"riskAssessment":285,"analyzedAt":299},{"hooks":148,"ajaxHandlers":168,"restRoutes":169,"shortcodes":170,"cronEvents":171,"entryPointCount":27,"unprotectedCount":27},[149,155,159,165],{"type":150,"name":151,"callback":152,"file":153,"line":154},"action","widgets_init","anonymous","recent-featured-posts-widget.php",18,{"type":150,"name":156,"callback":157,"file":153,"line":158},"init","RFPW_Widget::rfpw_load_style",23,{"type":160,"name":161,"callback":162,"priority":163,"file":153,"line":164},"filter","excerpt_length","closure",999,390,{"type":160,"name":166,"callback":162,"file":153,"line":167},"excerpt_more",395,[],[],[],[],{"dangerousFunctions":173,"sqlUsage":178,"outputEscaping":180,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":283},[174],{"fn":175,"file":153,"line":176,"context":177},"create_function",19,"create_function( '', 'return register_widget(\"RFPW_Widget\");' )",{"prepared":27,"raw":27,"locations":179},[],{"escaped":181,"rawEcho":88,"locations":182},20,[183,186,188,189,191,193,194,196,198,199,201,203,204,205,207,208,210,212,213,215,217,218,220,222,223,225,226,228,230,231,233,235,236,238,240,241,243,245,246,248,250,251,253,255,256,258,260,262,263,265,266,268,270,272,273,275,277,279,281],{"file":153,"line":184,"context":185},75,"raw output",{"file":153,"line":187,"context":185},77,{"file":153,"line":187,"context":185},{"file":153,"line":190,"context":185},81,{"file":153,"line":192,"context":185},83,{"file":153,"line":192,"context":185},{"file":153,"line":195,"context":185},87,{"file":153,"line":197,"context":185},89,{"file":153,"line":197,"context":185},{"file":153,"line":200,"context":185},93,{"file":153,"line":202,"context":185},95,{"file":153,"line":202,"context":185},{"file":153,"line":123,"context":185},{"file":153,"line":206,"context":185},101,{"file":153,"line":206,"context":185},{"file":153,"line":209,"context":185},105,{"file":153,"line":211,"context":185},107,{"file":153,"line":211,"context":185},{"file":153,"line":214,"context":185},111,{"file":153,"line":216,"context":185},113,{"file":153,"line":216,"context":185},{"file":153,"line":219,"context":185},117,{"file":153,"line":221,"context":185},119,{"file":153,"line":221,"context":185},{"file":153,"line":224,"context":185},123,{"file":153,"line":224,"context":185},{"file":153,"line":227,"context":185},124,{"file":153,"line":229,"context":185},129,{"file":153,"line":229,"context":185},{"file":153,"line":232,"context":185},130,{"file":153,"line":234,"context":185},135,{"file":153,"line":234,"context":185},{"file":153,"line":237,"context":185},136,{"file":153,"line":239,"context":185},141,{"file":153,"line":239,"context":185},{"file":153,"line":242,"context":185},142,{"file":153,"line":244,"context":185},147,{"file":153,"line":244,"context":185},{"file":153,"line":247,"context":185},148,{"file":153,"line":249,"context":185},153,{"file":153,"line":249,"context":185},{"file":153,"line":252,"context":185},154,{"file":153,"line":254,"context":185},160,{"file":153,"line":254,"context":185},{"file":153,"line":257,"context":185},161,{"file":153,"line":259,"context":185},166,{"file":153,"line":261,"context":185},168,{"file":153,"line":261,"context":185},{"file":153,"line":264,"context":185},171,{"file":153,"line":264,"context":185},{"file":153,"line":267,"context":185},172,{"file":153,"line":269,"context":185},177,{"file":153,"line":271,"context":185},179,{"file":153,"line":271,"context":185},{"file":153,"line":274,"context":185},455,{"file":153,"line":276,"context":185},457,{"file":153,"line":278,"context":185},462,{"file":153,"line":280,"context":185},466,{"file":153,"line":282,"context":185},468,[],[],{"summary":286,"deductions":287},"The plugin \"recent-featured-posts-widget\" v1.1.0 exhibits a generally good security posture with a very limited attack surface and no recorded vulnerabilities. The absence of AJAX handlers, REST API routes, shortcodes, and cron events without authentication significantly reduces the potential for external exploitation. Furthermore, the plugin exclusively uses prepared statements for its SQL queries, which is a strong indicator of secure database interaction.\n\nHowever, there are notable areas for concern arising from the static code analysis. The presence of the `create_function` function is a significant security risk as it is deprecated and can be exploited for arbitrary code execution. Additionally, only 25% of the output is properly escaped, leaving a substantial portion vulnerable to Cross-Site Scripting (XSS) attacks, especially if the input data originates from user-controlled sources. The lack of any recorded vulnerabilities in its history might be misleading, as the identified code signals suggest inherent weaknesses that could be exploited if an attack vector were present.\n\nIn conclusion, while the plugin's limited attack surface and secure SQL practices are commendable, the use of `create_function` and insufficient output escaping represent critical security flaws that require immediate attention. These issues outweigh the benefit of the clean vulnerability history and the well-managed entry points.",[288,291,294,297],{"reason":289,"points":290},"Dangerous function 'create_function' used",15,{"reason":292,"points":293},"Only 25% of output properly escaped",8,{"reason":295,"points":296},"No nonce checks present",5,{"reason":298,"points":296},"No capability checks present","2026-03-16T19:30:24.078Z",{"wat":301,"direct":310},{"assetPaths":302,"generatorPatterns":305,"scriptPaths":306,"versionParams":307},[303,304],"\u002Fwp-content\u002Fplugins\u002Frecent-featured-posts-widget\u002Frfpw-widget.css","\u002Fwp-content\u002Fplugins\u002Frecent-featured-posts-widget\u002Fjs\u002Frfpw-widget.js",[],[304],[308,309],"recent-featured-posts-widget\u002Frfpw-widget.css?ver=","recent-featured-posts-widget\u002Fjs\u002Frfpw-widget.js?ver=",{"cssClasses":311,"htmlComments":313,"htmlAttributes":317,"restEndpoints":337,"jsGlobals":338,"shortcodeOutput":339},[312],"rfpw-widget",[314,315,316,314,315,316,314,315,316,314,315,316],"\u003C!-- Widget Processes. -->","\u003C!-- output the options form in the admin -->","\u003C!-- Back-end widget form. -->",[318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336],"id=\"rfpw_widget\"","name=\"rfpw_widget[title]\"","name=\"rfpw_widget[number]\"","name=\"rfpw_widget[excerpt_len]\"","name=\"rfpw_widget[img_width]\"","name=\"rfpw_widget[dropdown_text_width]\"","name=\"rfpw_widget[text_position]\"","name=\"rfpw_widget[excerpt_border]\"","name=\"rfpw_widget[date_time_separator]\"","name=\"rfpw_widget[featured_image]\"","name=\"rfpw_widget[show_date]\"","name=\"rfpw_widget[show_time]\"","name=\"rfpw_widget[show_excerpt]\"","name=\"rfpw_widget[show_sticky]\"","name=\"rfpw_widget[show_featured]\"","name=\"rfpw_widget[select_posts]\"","name=\"rfpw_widget[show_images]\"","name=\"rfpw_widget[select_images]\"","name=\"rfpw_widget[show_rectangular_image]\"",[],[],[]]