[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f0ayu0dGlCHrOydh5lqLXlQzd6GIM7Hfq2Lo2Jkvbvho":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":23,"download_link":24,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27,"vulnerabilities":28,"developer":29,"crawl_stats":26,"alternatives":35,"analysis":122,"fingerprints":164},"wp-featured-menus","WP Featured Menus","1.3.1","Topher","https:\u002F\u002Fprofiles.wordpress.org\u002Ftopher1kenobe\u002F","\u003Cp>This plugin provides a metabox on posts and pages listing existing WordPress Menus.  The end user is allowed to choose one and make it associated with the post or page via meta data.\u003C\u002Fp>\n\u003Cp>Practically speaking, Featured Menus work exactly like Featured Images.  The Post or Page and Featured Menu are merely attached, and you must use a template tag or WordPress functions to render the Menu.\u003C\u002Fp>\n\u003Cp>Please see \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-featured-menus\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa> for examples.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Page or Post meta has a key called \u003Ccode>_wp_featured_menu\u003C\u002Fcode>.  A very simple way to render the menu is like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    $meta = get_post_custom();\n    wp_nav_menu( array( 'menu' => $meta['_wp_featured_menu'][0] ) );\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>A better way might be to test for the value first:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    $meta = get_post_custom();\n    if ( is_numeric( $meta['_wp_featured_menu'][0] ) ) {\n        wp_nav_menu( array( 'menu' => $meta['_wp_featured_menu'][0] ) );\n    }\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Provides a metabox on posts and pages listing existing WordPress Menus.",10,2318,0,"2015-08-21T12:58:00.000Z","4.3.34","3.0","",[19,20,21,22],"featured","menus","pages","posts","http:\u002F\u002Fcodeventure.net","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-featured-menus.1.3.1.zip",85,null,"2026-03-15T15:16:48.613Z",[],{"slug":30,"display_name":7,"profile_url":8,"plugin_count":11,"total_installs":31,"avg_security_score":32,"avg_patch_time_days":33,"trust_score":25,"computed_at":34},"topher1kenobe",190,87,30,"2026-04-04T14:18:16.944Z",[36,58,72,87,104],{"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":17,"requires_php":17,"tags":50,"homepage":53,"download_link":54,"security_score":55,"vuln_count":56,"unpatched_count":56,"last_vuln_date":57,"fetched_at":27},"post-list-featured-image","Post List Featured Image","0.5.9","Johnny","https:\u002F\u002Fprofiles.wordpress.org\u002Fjakzam\u002F","\u003Cp>Finally a simple plugin that adds the “Featured Image” column in admin posts and pages list. It lets the wordpress site owners see which posts or pages have a featured image set.\u003C\u002Fp>\n\u003Cp>Choose between three thumbnail sizes.\u003Cbr \u002F>\nSort the Post List by Featured Image\u003Cbr \u002F>\nFilter the Post List by Has\u002FDoes Not Have Featured Image\u003C\u002Fp>\n\u003Cp>Of course, this is mainly intended for use on the Post List page, since most themes require a featured image be set for the excerpt thumbnail image. It doesn’t seem like much, and the plugin is truly non-invasive to the rest for the WP install. But the value that this simple tool can have on the overall organization for Admins and Developers of WordPress websites is priceless.\u003C\u002Fp>\n\u003Cp>By enhancing the plugin with the Pro Addon, you can easily change, add, or remove images with the \u003Cstrong>Quick Edit\u003C\u002Fstrong> feature, directly from your Posts List Page, which now includes standard Post Editor Media Library selection. Pro also now supports \u003Cstrong>Custom Post Type\u003C\u002Fstrong> lists.\u003C\u002Fp>\n\u003Ch3>Instructions and Usage\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Thumbnail Size\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Choose between 50px, 100px and 150px\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Sorting by Featured Image\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>On the Post\u002FPage list pages of the Admin area, click on the Featured Image column heading to sort by Featured Image ID.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Filtering by Featured Image\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>On the Post\u002FPage list pages of the Admin area, Choose to Filter the posts by “Show All Posts with Featured Image” or “Show All Posts without Featured Image”\u003C\u002Fp>\n\u003Cp>This is especially helpful for assigning new featured image to posts that do not have them. Or this helps with large sites, with many posts, and editing the post featured images for those posts using the “Quick Edit” feature, available with the \u003Cstrong>Pro Addon\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cem>Please remember, if you do not see the Featured Image column in your Post\u002FPage Lists to click on “Screen Options” in the upper right corner, and tick the box for Featured Image.\u003C\u002Fem>\u003C\u002Fp>\n\u003Ch3>Pro Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Set featured images in \u003Cem>QUICK EDIT\u003C\u002Fem> mode\u003C\u002Fli>\n\u003Cli>Custom post type support\u003C\u002Fli>\n\u003Cli>\u003Cem>NEW\u003C\u002Fem> Auto set the first image of a post as featured image in \u003Cem>QUICK EDIT\u003C\u002Fem> mode\u003C\u002Fli>\n\u003Cli>\u003Cem>NEW\u003C\u002Fem> Auto set the first image of a post as featured image by \u003Cem>post type\u003C\u002Fem>\u003C\u002Fli>\n\u003C\u002Ful>\n","A plugin that adds the \"Featured Image\" column in admin posts and pages list.",1000,37987,94,12,"2016-04-04T10:22:00.000Z","4.5.33",[51,19,52,21,22],"developer-tools","image","http:\u002F\u002Fjaggededgemedia.com\u002Fblog\u002Fpost-list-featured-image\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fpost-list-featured-image.0.5.9.zip",63,1,"2025-10-09 00:00:00",{"slug":59,"name":60,"version":61,"author":7,"author_profile":8,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":64,"num_ratings":56,"last_updated":66,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":67,"homepage":70,"download_link":71,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"wp-featured-soliloquy-sliders","WP Featured Soliloquy Sliders","1.1","\u003Cp>This plugin provides a metabox on posts and pages listing existing Soliloquy Sliders.  The end user is allowed to choose one and make it associated with the post or page via meta data.\u003C\u002Fp>\n\u003Cp>Practically speaking, Featured Sliders work exactly like Featured Images.  The Post or Page and Featured Sliders are merely attached, and you must use a template tag or WordPress functions to render the Slider.\u003C\u002Fp>\n\u003Cp>Please see \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-featured-soliloquy-sliders\u002Fother_notes\u002F\" rel=\"ugc\">Other Notes\u003C\u002Fa> for examples.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cp>Page or Post meta has a key called \u003Ccode>_t1k_featured_slider\u003C\u002Fcode>.  A very simple way to render the slider is like this:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n    $meta = get_post_custom();\n    if ( isset( $meta['_t1k_featured_slider'][0] ) && is_numeric( $meta['_t1k_featured_slider'][0] ) && function_exists( 'soliloquy' ) ) {\n        soliloquy( absint( $meta['_t1k_featured_slider'][0] ) );\n    }\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Provides a metabox on posts and pages listing existing Soliloquy Sliders.",100,14104,"2015-08-21T12:52:00.000Z",[19,21,22,68,69],"sliders","soliloquy","http:\u002F\u002Ftopher1kenobe.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-featured-soliloquy-sliders.1.1.zip",{"slug":73,"name":74,"version":75,"author":76,"author_profile":77,"description":78,"short_description":43,"active_installs":79,"downloaded":80,"rating":64,"num_ratings":81,"last_updated":82,"tested_up_to":83,"requires_at_least":17,"requires_php":17,"tags":84,"homepage":17,"download_link":86,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"featured-image-column-display","Featured Image Column Display","2.0","Sawai S.","https:\u002F\u002Fprofiles.wordpress.org\u002Fssdheerawat\u002F","\u003Cp>It is a simple plugin to add a column for “Featured Image” in post type listing display.\u003C\u002Fp>\n",40,2069,4,"2019-07-17T09:14:00.000Z","5.2.24",[51,85,52,21,22],"featured-image","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Ffeatured-image-column-display.zip",{"slug":88,"name":89,"version":90,"author":91,"author_profile":92,"description":93,"short_description":94,"active_installs":11,"downloaded":95,"rating":13,"num_ratings":13,"last_updated":96,"tested_up_to":97,"requires_at_least":98,"requires_php":17,"tags":99,"homepage":102,"download_link":103,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"buddypress-sitewide-featured-posts","BuddyPress Sitewide Featured Posts","0.3","grosbouff","https:\u002F\u002Fprofiles.wordpress.org\u002Fgrosbouff\u002F","\u003Cp>This is a BuddyPress plugin that allows you to select and display featured posts sitewide.\u003Cbr \u002F>\nBasically, it adds a checkbox “Add this post\u002Fpage to Featured Posts” when adding\u002Fediting posts or pages.\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>When editing a post\u002Fpage, check or uncheck “Add this post\u002Fpage to Featured Posts” at the bottom of the page.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>In my forums : http:\u002F\u002Fdev.benoitgreant.be\u002Fbbpress\u002Fforum\u002Fbuddypress-sitewide-featured-posts\u003C\u002Fp>\n","This is a BuddyPress plugin that allows you to select and display featured posts sitewide.",5703,"2010-02-21T01:18:00.000Z","2.9.1.1","2.9",[100,19,21,22,101],"buddypress","sitewide","http:\u002F\u002Fdev.benoitgreant.be\u002Fblog\u002Fcategory\u002Fbuddypress\u002Fbuddypress-sitewide-featured-posts\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fbuddypress-sitewide-featured-posts.0.3.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":11,"downloaded":112,"rating":13,"num_ratings":13,"last_updated":113,"tested_up_to":15,"requires_at_least":114,"requires_php":17,"tags":115,"homepage":120,"download_link":121,"security_score":25,"vuln_count":13,"unpatched_count":13,"last_vuln_date":26,"fetched_at":27},"now-featuring","Now Featuring WordPress Widget","0.8","Brahmina","https:\u002F\u002Fprofiles.wordpress.org\u002Froad2nowhere\u002F","\u003Cp>Create a sidebar widget of featured pages or posts in a variety of flexible ways..\u003C\u002Fp>\n\u003Cp>The three types of Now Featuring widgets are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Single\u003C\u002Fli>\n\u003Cli>Slider\u003C\u002Fli>\n\u003Cli>List\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can use either posts or pages for the featured content, which can be selected by either category, tags or by individual selection.\u003C\u002Fp>\n\u003Cp>The widget uses the featured image from the post or page to display on the sidebar. This plugin adds featured image support to pages to increase the flexibility of the plugin.\u003C\u002Fp>\n\u003Cp>** For best results, use images that are similarly sized for your featured images. **\u003C\u002Fp>\n","The Now Featuring Wordpress Widget allows you to showcase featured content from your posts or pages on your sidebar in multiple ways.",1550,"2015-09-10T19:05:00.000Z","4.0",[116,117,19,118,119],"feature-pages","feature-posts","sidebar","slider","http:\u002F\u002Fwp.brahminacreations.com\u002Fnow-featuring-wordpress-widget\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnow-featuring.0.8.zip",{"attackSurface":123,"codeSignals":143,"taintFlows":157,"riskAssessment":158,"analyzedAt":163},{"hooks":124,"ajaxHandlers":139,"restRoutes":140,"shortcodes":141,"cronEvents":142,"entryPointCount":13,"unprotectedCount":13},[125,131,135],{"type":126,"name":127,"callback":128,"file":129,"line":130},"action","plugins_loaded","instance","wp-featured-menus.php",26,{"type":126,"name":132,"callback":133,"file":129,"line":134},"save_post","save",83,{"type":126,"name":136,"callback":137,"file":129,"line":138},"add_meta_boxes","menu_meta_box",84,[],[],[],[],{"dangerousFunctions":144,"sqlUsage":145,"outputEscaping":147,"fileOperations":13,"externalRequests":13,"nonceChecks":56,"capabilityChecks":56,"bundledLibraries":156},[],{"prepared":13,"raw":13,"locations":146},[],{"escaped":148,"rawEcho":149,"locations":150},5,2,[151,154],{"file":129,"line":152,"context":153},144,"raw output",{"file":129,"line":155,"context":153},146,[],[],{"summary":159,"deductions":160},"The wp-featured-menus plugin v1.3.1 exhibits a strong security posture based on the provided static analysis and vulnerability history. There are no apparent entry points exposed without authentication, no dangerous functions detected, and all SQL queries utilize prepared statements, indicating good development practices. The presence of nonce and capability checks further reinforces its security. The plugin also has no recorded vulnerabilities, including CVEs, which suggests a history of stable and secure releases. However, the static analysis does reveal that only 71% of output is properly escaped. While this is not critically low, it represents a potential area of weakness where improper output handling could lead to cross-site scripting (XSS) vulnerabilities in certain contexts. Despite this minor concern, the overall security is very good, with no critical or high-severity issues identified.",[161],{"reason":162,"points":81},"71% output escaping (potential XSS)","2026-03-17T00:59:12.884Z",{"wat":165,"direct":174},{"assetPaths":166,"generatorPatterns":169,"scriptPaths":170,"versionParams":171},[167,168],"\u002Fwp-content\u002Fplugins\u002Fwp-featured-menus\u002Ffeatured-menus.css","\u002Fwp-content\u002Fplugins\u002Fwp-featured-menus\u002Ffeatured-menus.js",[],[],[172,173],"\u002Fwp-content\u002Fplugins\u002Fwp-featured-menus\u002Ffeatured-menus.css?ver=","\u002Fwp-content\u002Fplugins\u002Fwp-featured-menus\u002Ffeatured-menus.js?ver=",{"cssClasses":175,"htmlComments":176,"htmlAttributes":179,"restEndpoints":182,"jsGlobals":183,"shortcodeOutput":184},[],[177,178],"\u003C!-- Featured Menu Meta Box -->","\u003C!-- WP Featured Menus by Topher -->",[180,181],"name=\"_t1k_featured_menu\"","id=\"wp-fetaured-menu\"",[],[],[]]