[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fEX-X28MCekSekGZpGigw_54Slxb6oL-fbC2Iw7zlwXE":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":36,"analysis":139,"fingerprints":204},"b7-multiple-featured-images-for-post","B7 Multiple Featured Images for Post","1.0.0","blogvii","https:\u002F\u002Fprofiles.wordpress.org\u002Fblogvii\u002F","\u003Cp>The “B7 Multiple Featured Images for Post” plugin for WordPress allows you to go beyond the single featured image limitation.  This plugin empowers you to add up to three additional featured images to your posts, providing a richer visual representation of your content. Display these images on your posts using a simple function call in your theme or via a convenient shortcode.\u003C\u002Fp>\n\u003Ch3>How does the plugin work?\u003C\u002Fh3>\n\u003Cp>This plugin extends the functionality of WordPress posts by adding a meta box in the post edit screen.  This meta box allows you to select up to three additional images using the standard WordPress media uploader. These images are then stored as post meta data, which can be retrieved and displayed on the front-end of your site.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Cstrong>Adding Multiple Featured Images:\u003C\u002Fstrong> When editing a post, locate the “Multiple Featured Images” meta box in the sidebar.\u003C\u002Fli>\n\u003Cli>Click the “Select Image” buttons to choose up to three additional featured images using the WordPress Media Library.\u003C\u002Fli>\n\u003Cli>Save or update your post.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Displaying Images on the Frontend:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>In your theme’s template files:\u003C\u002Fstrong> Use the function \u003Ccode>b7mufeimdisplaymultiplefeatured_images( get_the_ID(), 'medium' );\u003C\u002Fcode> in your theme’s template files (e.g., \u003Ccode>single.php\u003C\u002Fcode>, \u003Ccode>content.php\u003C\u002Fcode>). Replace \u003Ccode>'medium'\u003C\u002Fcode> with your desired image size (thumbnail, medium, large, full, or custom sizes).\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Using Shortcode:\u003C\u002Fstrong> Use the shortcode \u003Ccode>[b7_multiple_featured_images]\u003C\u002Fcode> within your post content or widgets to display the multiple featured images.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Shortcode Parameters:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The \u003Ccode>[b7_multiple_featured_images]\u003C\u002Fcode> shortcode accepts the following optional parameters to customize its output:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Ccode>size\u003C\u002Fcode>:  \u003Cstrong>(Optional)\u003C\u002Fstrong> Defines the image size to be displayed.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Possible values:\u003C\u002Fstrong> Any registered WordPress image size name (e.g., \u003Ccode>thumbnail\u003C\u002Fcode>, \u003Ccode>medium\u003C\u002Fcode>, \u003Ccode>large\u003C\u002Fcode>, \u003Ccode>full\u003C\u002Fcode>) or a custom image size name defined by your theme.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Default value:\u003C\u002Fstrong> \u003Ccode>thumbnail\u003C\u002Fcode> if the \u003Ccode>size\u003C\u002Fcode> parameter is not specified.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>post_id\u003C\u002Fcode>: \u003Cstrong>(Optional)\u003C\u002Fstrong>  Specifies which post’s featured images to display.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Possible values:\u003C\u002Fstrong> The ID of a WordPress post.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Default value:\u003C\u002Fstrong>  If \u003Ccode>post_id\u003C\u002Fcode> is not specified, the shortcode will display multiple featured images for the \u003Cem>current\u003C\u002Fem> post where the shortcode is used.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Shortcode Usage Examples:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Here are various ways to use the shortcode:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Basic Usage (Default Thumbnail Size, Current Post):\u003C\u002Fstrong>\u003Cbr \u002F>\n    \u003Ccode>[b7_multiple_featured_images]\u003C\u002Fcode>\u003Cbr \u002F>\nThis will display the multiple featured images of the current post, using the \u003Ccode>thumbnail\u003C\u002Fcode> image size for each image.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Specify Image Size (Medium Size, Current Post):\u003C\u002Fstrong>\u003Cbr \u002F>\n    \u003Ccode>[b7_multiple_featured_images size=\"medium\"]\u003C\u002Fcode>\u003Cbr \u002F>\nThis will display the multiple featured images of the current post, using the \u003Ccode>medium\u003C\u002Fcode> image size. You can replace \u003Ccode>\"medium\"\u003C\u002Fcode> with other sizes like \u003Ccode>\"large\"\u003C\u002Fcode> or \u003Ccode>\"full\"\u003C\u002Fcode>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Specify a Post ID (Thumbnail Size, Specific Post):\u003C\u002Fstrong>\u003Cbr \u002F>\n    \u003Ccode>[b7_multiple_featured_images post_id=\"123\"]\u003C\u002Fcode>\u003Cbr \u002F>\nThis will display the multiple featured images of the post with ID \u003Ccode>123\u003C\u002Fcode>, using the default \u003Ccode>thumbnail\u003C\u002Fcode> image size. Replace \u003Ccode>\"123\"\u003C\u002Fcode> with the actual ID of the post you want to target.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Specify Both Size and Post ID (Large Size, Specific Post):\u003C\u002Fstrong>\u003Cbr \u002F>\n    \u003Ccode>[b7_multiple_featured_images size=\"large\" post_id=\"456\"]\u003C\u002Fcode>\u003Cbr \u002F>\nThis will display the multiple featured images of the post with ID \u003Ccode>456\u003C\u002Fcode>, using the \u003Ccode>large\u003C\u002Fcode> image size.  Replace \u003Ccode>\"456\"\u003C\u002Fcode> with the desired post ID and \u003Ccode>\"large\"\u003C\u002Fcode> with your preferred image size.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Using in Widgets:\u003C\u002Fstrong> You can directly paste any of the above shortcode examples into a WordPress Text widget to display multiple featured images in your sidebar or other widget areas. Remember that in most cases in widget areas, you would likely want to specify a \u003Ccode>post_id\u003C\u002Fcode> to display images from a specific post, rather than relying on “current post”.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","Enhance your posts by adding multiple featured images with ease.",60,690,0,"2025-03-28T09:02:00.000Z","6.7.5","5.9","7.2",[19,20,21,22,23],"featured-image","gallery","multiple-featured-images","post-images","post-thumbnail","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fb7-multiple-featured-images-for-post.1.0.0.zip",92,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":26,"avg_patch_time_days":33,"trust_score":34,"computed_at":35},3,240,30,88,"2026-04-04T03:10:44.245Z",[37,57,78,96,117],{"slug":21,"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":51,"tags":52,"homepage":24,"download_link":55,"security_score":56,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"Multiple Featured Images","0.5.0","Marcus Kober","https:\u002F\u002Fprofiles.wordpress.org\u002Fmarcuskober\u002F","\u003Cp>You need more than one featured image for posts, pages and\u002For custom post types? Then this plugin is for you!\u003C\u002Fp>\n\u003Cp>Enable multiple featured images for all post types (including custom post types and WooCommerce products) and show the images with a widget or the handy shortcode.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>Add as many featured images as you need.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Add the featured images to any post type (post, page or even custom post types and WooCommerce products).\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>It is possible to use different featured images for different post types. Easily you can add two new featured images to pages and three to posts, if you need it that way.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Fully customizable output – so it’s multilingual.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Handy shortcode for displaying the featured images everywhere.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Widget for displaying featured images in sidebars, etc.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>History\u003C\u002Fh4>\n\u003Cp>For one of my customers I had to assign two featured images to pages. One featured image was used as the header image and the other as a small button for the submenu. The images had to be different too (so I couldn’t simply use different images sizes) and so I wrote this little plugin.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>\u003Cstrong>IMPORTANT NOTE TO THOSE UPDATING FROM 0.3:\u003C\u002Fstrong> The Plugin comes with a new method for registering featured images and updates the post meta key. It is fully backwards compatible, but if you are calling the post metas directly then please update your code accordingly. The new format of the post meta key is kdmfi_YOUR_ID.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>Contribute\u003C\u002Fh4>\n\u003Cp>Feel free to ask if you have problems with this plugin. But please keep in mind, that this plugin is developed in the author’s spare time – so it may take some time to answer.\u003Cbr \u002F>\nFeature requests are welcome too!\u003C\u002Fp>\n","Enables multiple featured images for all post types (including custom post types and WooCommerce products). Comes with a widget and a handy shortcode  &hellip;",5000,105745,94,28,"2020-08-20T08:32:00.000Z","5.5.18","3.5","5.6",[53,19,54,21,23],"custom-post-type","multiple-featured-image","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultiple-featured-images.zip",85,{"slug":58,"name":59,"version":60,"author":61,"author_profile":62,"description":63,"short_description":64,"active_installs":11,"downloaded":65,"rating":66,"num_ratings":67,"last_updated":68,"tested_up_to":69,"requires_at_least":70,"requires_php":71,"tags":72,"homepage":75,"download_link":76,"security_score":77,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"clickable-featured-image","Clickable Featured Image","1.0.6","Bjorn Solstad","https:\u002F\u002Fprofiles.wordpress.org\u002Fbasicus\u002F","\u003Cp>Clickable Featured Image for Lightbox & Archives is a WordPress plugin that enhances your featured images by making them clickable, opening the full-size image in a lightbox on single post pages, and linking to the post itself on archive pages like category listings. This plugin has been tested with the “Lightbox for Gallery & Image Block” plugin and the GeneratePress theme.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Make featured images clickable and open in a lightbox on single post pages\u003C\u002Fli>\n\u003Cli>Make featured images clickable and link to the post itself on archive pages\u003C\u002Fli>\n\u003Cli>Tested with “Lightbox for Gallery & Image Block” plugin\u003C\u002Fli>\n\u003Cli>Tested with GeneratePress theme\u003C\u002Fli>\n\u003C\u002Ful>\n","Make featured images clickable. Opens in lightbox on posts, links to post on archives. Zero configuration.",1563,70,2,"2026-01-21T01:12:00.000Z","6.9.4","5.4","7.4",[73,19,20,74,23],"clickable","lightbox","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fclickable-featured-image\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fclickable-featured-image.1.0.6.zip",100,{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":13,"num_ratings":13,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":91,"tags":92,"homepage":94,"download_link":95,"security_score":56,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"aoc-multiple-post-images","AOC Multiple Post Images","0.4","ankittiwaari","https:\u002F\u002Fprofiles.wordpress.org\u002Fankittiwaari\u002F","\u003Cp>This plugin aims at providing users the capability to upload multiple thumbnails\u002Ffeatured images to a post. It uses wp.media js object to open a image uploader frame and choose\u002Fupload images. Once the images are selected, it will save the id of uploaded media object in a custom field.\u003C\u002Fp>\n\u003Ch3>Getting uploaded images\u003C\u002Fh3>\n\u003Cp>You can use the function aoc_get_images($post_id) to retrieve an array of urls of all the images that have been uploaded to a post. This function accepts the id of post (for which the images are to be fetched) as a parameter.\u003C\u002Fp>\n","AOC Multiple Post Images allows a user to upload multiple featured images to a post.",10,1379,"2019-09-04T10:28:00.000Z","5.2.24","4.6","5.2.4",[21,93],"post-thumbnails","http:\u002F\u002Fartofcoding.in\u002Fmultiple-post-images","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Faoc-multiple-post-images.zip",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":104,"downloaded":105,"rating":106,"num_ratings":107,"last_updated":108,"tested_up_to":69,"requires_at_least":51,"requires_php":71,"tags":109,"homepage":113,"download_link":114,"security_score":26,"vuln_count":115,"unpatched_count":13,"last_vuln_date":116,"fetched_at":28},"auto-post-thumbnail","Auto Featured Image (Auto Post Thumbnail)","5.0.2","Themeisle","https:\u002F\u002Fprofiles.wordpress.org\u002Fthemeisle\u002F","\u003Cp>Auto Featured Image automatically fixes missing featured images and thumbnails across your WordPress site.\u003C\u002Fp>\n\u003Cp>Generate featured images from post titles, extract images from post content, or bulk assign thumbnails using advanced filters and scheduling — all in just a few clicks.\u003C\u002Fp>\n\u003Cp>It works seamlessly with Gutenberg, Elementor, Classic Editor, and any custom post type.\u003C\u002Fp>\n\u003Cp>No more manual uploads. No more posts going live without featured images.\u003C\u002Fp>\n\u003Cp>With Auto Featured Image, you can:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Generate featured images in bulk\u003C\u002Fli>\n\u003Cli>Create dynamic images from post titles\u003C\u002Fli>\n\u003Cli>Detect and assign images already inside post content\u003C\u002Fli>\n\u003Cli>Automatically apply default fallback images\u003C\u002Fli>\n\u003Cli>Set advanced filters and control generation rules\u003C\u002Fli>\n\u003Cli>Schedule bulk image generation\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Whether you run a small blog or manage thousands of posts, Auto Featured Image saves hours of repetitive work and keeps your website visually consistent — automatically.\u003C\u002Fp>\n\u003Ch3>⚡ Quick Links\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fauto-post-thumbnail\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdocs.themeisle.com\u002Fcategory\u002F2453-installation-and-setup\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002Fplugins\u002Fauto-featured-image\u002Fupgrade\u002F?utm_source=plugin-readme&utm_medium=afi&utm_campaign=compare#free-vs-pro\" rel=\"nofollow ugc\">Compare Free vs Pro\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002Fplugins\u002Fauto-featured-image\u002Fupgrade\u002F?utm_source=plugin-readme&utm_medium=afi&utm_campaign=quick-links\" rel=\"nofollow ugc\">Go Pro\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🚀 How It Works\u003C\u002Fh3>\n\u003Ch3>Step 1: Choose a Generation Method\u003C\u002Fh3>\n\u003Cp>Select how featured images should be created:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Find in post – Uses the first image found inside the content.\u003C\u002Fli>\n\u003Cli>Generate from title – Creates a featured image dynamically using the post title.\u003C\u002Fli>\n\u003Cli>Find or generate – Uses existing images, otherwise generates one.\u003C\u002Fli>\n\u003Cli>Find or use default image – Falls back to a predefined image if none is found.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Step 2: Filter Your Posts\u003C\u002Fh3>\n\u003Cp>Apply filters to control exactly where images should be generated:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Post Type\u003C\u002Fli>\n\u003Cli>Post Status\u003C\u002Fli>\n\u003Cli>Post Category\u003C\u002Fli>\n\u003Cli>Date Range\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This ensures you only modify the content you intend to.\u003C\u002Fp>\n\u003Ch3>Step 3: Generate in One Click\u003C\u002Fh3>\n\u003Cp>Click \u003Cstrong>Generate Featured Images\u003C\u002Fstrong> and the plugin:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Processes posts in bulk\u003C\u002Fli>\n\u003Cli>Shows real-time progress\u003C\u002Fli>\n\u003Cli>Logs the last 100 generated images\u003C\u002Fli>\n\u003Cli>Updates thumbnails instantly in the posts list\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🔥 Core Features (Free Version)\u003C\u002Fh3>\n\u003Cp>✅ \u003Cstrong>Bulk Generate Featured Images:\u003C\u002Fstrong> Automatically create and assign featured images to multiple posts at once. Perfect for fixing older content in minutes instead of hours.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Find Images Inside Content:\u003C\u002Fstrong> Automatically detect the first image inside a post and set it as the featured image. Ideal for blogs that already include images but missed setting thumbnails.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Generate from Title:\u003C\u002Fstrong> Create clean, text-based featured images using the post title. Great for minimal blogs, news sites, and content-heavy websites.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Default Fallback Image:\u003C\u002Fstrong> Set a default image that will be applied whenever no suitable image is found, ensuring every post always has a featured image.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>One-Click Generation:\u003C\u002Fstrong> Generate featured images for all selected posts instantly from a single dashboard screen.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Generation Log:\u003C\u002Fstrong> Monitor recently generated images with preview, size, generation method, and status for full transparency and control.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Live Preview Mode:\u003C\u002Fstrong> Instantly see how your featured image will look while adjusting background, font, alignment, colors, and layout settings. No need to save and regenerate repeatedly.\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Posts List Integration:\u003C\u002Fstrong> Generate, set, or remove featured images directly from the WordPress Posts screen using bulk actions. Manage multiple posts at once without opening each post individually.\u003C\u002Fp>\n\u003Ch3>💎 Auto Featured Image Pro\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002Fplugins\u002Fauto-featured-image\u002Fupgrade\u002F?utm_source=plugin-readme&utm_medium=afi&utm_campaign=pro-section\" rel=\"nofollow ugc\">Upgrade\u003C\u002Fa> to unlock full control and automation power\u003C\u002Fp>\n\u003Ch3>[PRO] Smart Filters & Targeting\u003C\u002Fh3>\n\u003Cp>Generate featured images exactly where and when you need them:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Filter by post status, category, or date range\u003C\u002Fli>\n\u003Cli>Target specific post types\u003C\u002Fli>\n\u003Cli>Schedule generation automatically\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>[PRO] Advanced Background Controls\u003C\u002Fh3>\n\u003Cp>Design featured images that match your brand:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Gradient background support\u003C\u002Fli>\n\u003Cli>Upload custom background images\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>[PRO] Typography & Layout Controls\u003C\u002Fh3>\n\u003Cp>Full control over how your title-based images look:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Use Google Fonts\u003C\u002Fli>\n\u003Cli>Upload custom font files\u003C\u002Fli>\n\u003Cli>Horizontal text alignment\u003C\u002Fli>\n\u003Cli>Vertical text alignment\u003C\u002Fli>\n\u003Cli>Custom before\u002Fafter string text\u003C\u002Fli>\n\u003Cli>Custom padding\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>[PRO] External Image Integration\u003C\u002Fh3>\n\u003Cp>Find images without leaving your dashboard:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Search and select images directly from Unsplash\u003C\u002Fli>\n\u003Cli>Search and select images from Pixabay\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>[PRO] Import & Automation\u003C\u002Fh3>\n\u003Cp>Scale your workflow:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Automatically upload external images to Media Library\u003C\u002Fli>\n\u003Cli>Schedule featured image generation\u003C\u002Fli>\n\u003Cli>Advanced post type targeting\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>🧩 Use Cases\u003C\u002Fh3>\n\u003Ch3>Fix Missing Thumbnails\u003C\u002Fh3>\n\u003Cp>Clean up old blogs or imported content that lacks featured images.\u003C\u002Fp>\n\u003Ch3>Affiliate & Content Sites\u003C\u002Fh3>\n\u003Cp>Automatically generate branded thumbnails from titles.\u003C\u002Fp>\n\u003Ch3>High-Volume Publishing\u003C\u002Fh3>\n\u003Cp>Use filters and scheduling to automate thumbnail generation at scale.\u003C\u002Fp>\n\u003Cp>Auto Featured Image is developed and maintained by \u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002F\" rel=\"nofollow ugc\">Themeisle\u003C\u002Fa>, a company trusted by over 1 million WordPress users worldwide.\u003C\u002Fp>\n","Automatically generate, assign, and manage featured images in bulk so every post on your site has a featured image.",50000,1835020,76,117,"2026-02-25T17:59:00.000Z",[110,19,111,93,112],"auto-featured-image","featured-image-from-title","thumbnails","https:\u002F\u002Fthemeisle.com\u002Fplugins\u002Fauto-featured-image","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauto-post-thumbnail.5.0.2.zip",6,"2025-12-15 16:51:43",{"slug":118,"name":119,"version":120,"author":121,"author_profile":122,"description":123,"short_description":124,"active_installs":125,"downloaded":126,"rating":127,"num_ratings":128,"last_updated":129,"tested_up_to":130,"requires_at_least":50,"requires_php":24,"tags":131,"homepage":135,"download_link":136,"security_score":77,"vuln_count":137,"unpatched_count":13,"last_vuln_date":138,"fetched_at":28},"manual-image-crop","Manual Image Crop","1.13","Tomasz Sita","https:\u002F\u002Fprofiles.wordpress.org\u002Ftomaszsita\u002F","\u003Cp>Plugin allows you to manually crop all the image sizes registered in your WordPress theme (in particular featured image).\u003Cbr \u002F>\nSimply click on the “Crop” link next to any image in your media library.\u003Cbr \u002F>\nThe WordPress Media Modal interface will be brought up and you are ready to go.\u003Cbr \u002F>\nWhole cropping process is really intuitive and simple.\u003C\u002Fp>\n\u003Cp>Apart from media library list, the plugin adds links in few more places:\u003Cbr \u002F>\n* Below featured image box (“Crop featured image”)\u003Cbr \u002F>\n* In the media insert modal window (once you select an image)\u003C\u002Fp>\n\u003Ch4>Settings\u003C\u002Fh4>\n\u003Cp>The plugin includes a settings page where you can configure:\u003Cbr \u002F>\n* Image quality settings\u003Cbr \u002F>\n* Visibility of crop options\u003Cbr \u002F>\n* Custom labels for image sizes\u003C\u002Fp>\n\u003Ch4>GitHub Repository\u003C\u002Fh4>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Ftomaszsita\u002Fwp-manual-image-crop\u003C\u002Fp>\n\u003Ch4>Translations\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Czech (AI Generated)\u003C\u002Fli>\n\u003Cli>Dutch (Bernardo Hulsman)\u003C\u002Fli>\n\u003Cli>French (Gabriel Féron)\u003C\u002Fli>\n\u003Cli>German (Bertram Greenhough)\u003C\u002Fli>\n\u003Cli>Hungarian (Roland Kal)\u003C\u002Fli>\n\u003Cli>Italian (Alessandro Curci)\u003C\u002Fli>\n\u003Cli>Japanese (AI Generated)\u003C\u002Fli>\n\u003Cli>Korean (AI Generated)\u003C\u002Fli>\n\u003Cli>Polish (myself)\u003C\u002Fli>\n\u003Cli>Portuguese (Brazil) (AI Generated)\u003C\u002Fli>\n\u003Cli>Russian (Andrey Hohlov)\u003C\u002Fli>\n\u003Cli>Spanish (Andrew Kurtis)\u003C\u002Fli>\n\u003Cli>Swedish (Karl Oskar Mattsson)\u003C\u002Fli>\n\u003Cli>Turkish (AI Generated)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Please contact me if you want to add a translation (or submit a pull request on GitHub)\u003C\u002Fp>\n","Plugin allows you to manually crop all the image sizes registered in your WordPress theme (in particular featured image).",8000,201853,82,56,"2025-08-23T09:55:00.000Z","6.5.8",[132,133,19,20,134],"crop","cropping","thumbnail","https:\u002F\u002Fgithub.com\u002Ftomaszsita\u002Fwp-manual-image-crop","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmanual-image-crop.1.13.zip",1,"2015-08-24 00:00:00",{"attackSurface":140,"codeSignals":168,"taintFlows":181,"riskAssessment":200,"analyzedAt":203},{"hooks":141,"ajaxHandlers":160,"restRoutes":161,"shortcodes":162,"cronEvents":167,"entryPointCount":137,"unprotectedCount":13},[142,148,152,156],{"type":143,"name":144,"callback":145,"file":146,"line":147},"action","admin_enqueue_scripts","b7mufeimmfimg_enqueue_admin_scripts","b7-multiple-featured-images-for-post.php",39,{"type":143,"name":149,"callback":150,"file":146,"line":151},"add_meta_boxes","b7mufeimmfimg_add_meta_boxes",59,{"type":143,"name":153,"callback":154,"file":146,"line":155},"save_post","b7mufeimmfimg_save_meta_data",145,{"type":143,"name":157,"callback":158,"file":146,"line":159},"wp_enqueue_scripts","b7mufeimmfimg_enqueue_frontend_scripts",246,[],[],[163],{"tag":164,"callback":165,"file":146,"line":166},"b7_multiple_featured_images","b7addmultiplefeaturedimgshortcake_shortcode",237,[],{"dangerousFunctions":169,"sqlUsage":170,"outputEscaping":172,"fileOperations":13,"externalRequests":13,"nonceChecks":137,"capabilityChecks":137,"bundledLibraries":180},[],{"prepared":13,"raw":13,"locations":171},[],{"escaped":173,"rawEcho":67,"locations":174},21,[175,178],{"file":146,"line":176,"context":177},86,"raw output",{"file":146,"line":179,"context":177},185,[],[182],{"entryPoint":183,"graph":184,"unsanitizedCount":13,"severity":199},"\u003Cb7-multiple-featured-images-for-post> (b7-multiple-featured-images-for-post.php:0)",{"nodes":185,"edges":196},[186,191],{"id":187,"type":188,"label":189,"file":146,"line":190},"n0","source","$_POST",135,{"id":192,"type":193,"label":194,"file":146,"line":179,"wp_function":195},"n1","sink","echo() [XSS]","echo",[197],{"from":187,"to":192,"sanitized":198},true,"low",{"summary":201,"deductions":202},"The \"b7-multiple-featured-images-for-post\" plugin version 1.0.0 exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, the exclusive use of prepared statements for SQL queries, and the high percentage of properly escaped output are positive indicators. The presence of nonce and capability checks further demonstrates good security practices in handling potential entry points. The plugin also has no recorded vulnerability history, which is a significant strength.\n\nHowever, while the static analysis shows no direct critical or high-severity issues like unsanitized taint flows or unprotected entry points, the presence of a shortcode as an entry point, even if currently lacking explicit authorization checks noted in the \"Unprotected: 0\" metric, warrants a small degree of caution. It's important to note that the \"Unprotected: 0\" metric suggests that any identified entry points *are* protected. Therefore, the primary concern is the theoretical potential for future vulnerabilities if the shortcode's implementation were to change or interact with other plugin components in an unexpected way, although current data does not support a direct deduction for this.\n\nIn conclusion, this plugin appears to be developed with security in mind, with robust handling of SQL, output, and access control mechanisms. The lack of past vulnerabilities reinforces this. The main area for continued vigilance is ensuring that the shortcode remains adequately secured as the plugin evolves. The current data suggests a very low-risk plugin.",[],"2026-03-16T21:43:43.702Z",{"wat":205,"direct":214},{"assetPaths":206,"generatorPatterns":209,"scriptPaths":210,"versionParams":211},[207,208],"\u002Fwp-content\u002Fplugins\u002Fb7-multiple-featured-images-for-post\u002Fincludes\u002Fb7-multiple-featured-images-for-post-admin.css","\u002Fwp-content\u002Fplugins\u002Fb7-multiple-featured-images-for-post\u002Fincludes\u002Fb7-multiple-featured-images-for-post-admin.js",[],[208],[212,213],"b7-multiple-featured-images-for-post\u002Fincludes\u002Fb7-multiple-featured-images-for-post-admin.css?ver=","b7-multiple-featured-images-for-post\u002Fincludes\u002Fb7-multiple-featured-images-for-post-admin.js?ver=",{"cssClasses":215,"htmlComments":227,"htmlAttributes":228,"restEndpoints":230,"jsGlobals":231,"shortcodeOutput":232},[216,217,218,219,220,221,222,223,224,225,226],"b7-mfimg-wrapper","b7-mfimg-image-container","b7-mfimg-image-preview","b7mfm_meta_image","b7mfm_live_preview_box","b7-mfimg-upload-button","b7-mfimg-remove-button","b7-multiple-featured-images","b7-mfimg-count-1","b7-mfimg-count-2","b7-mfimg-count-3",[],[229],"data-target",[],[],[233],"[b7_multiple_featured_images"]