[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f7IPjxv6JEJiIfai5kxhG1Wy1WSfUbLEVg1Y73utocbM":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":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":37,"analysis":132,"fingerprints":293},"automatic-submenu","Automatic Submenu for Categories & Pages","1.0.0","rallisf1","https:\u002F\u002Fprofiles.wordpress.org\u002Frallisf1\u002F","\u003Cp>Ever wanted to be able to automatically have category and pages children automatically added to your menus? I’m sure I did and was disappointed to not find something that dead simple that works and doesn’t mess up with the theme or other plugins.\u003C\u002Fp>\n\u003Cp>Now bear with me on this one as it is my first WP plugin for like a decade and the first ever to be shared so i kept it quite basic.\u003C\u002Fp>\n\u003Cp>How it works:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>On each menu item that is either a category or a page you get an option to automatically append their children as a submenu\u003C\u002Fli>\n\u003Cli>You get to decide how many children to show and how they’re gonna be ordered (Title or Date)\u003C\u002Fli>\n\u003Cli>And that’s it, all you have to do is create content and never worry about your menu again.\u003C\u002Fli>\n\u003Cli>As promised, it doesn’t mess with the theme or other plugins, it just injects the children found in the corresponding place of the nav menu array when that is triggered in the frontend\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Code hacks\u003C\u002Fh3>\n\u003Cp>There is no settings page for the plugin but you can change a couple default behaviours from the code itself\u003C\u002Fp>\n\u003Ch4>Changing the default maximum children number when the field is empty\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>$item->automatic_max = 5; just change the number at line 220\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Bring only direct children of Pages and not all ascendants\u003C\u002Fh4>\n\u003Cpre>\u003Ccode>$children = get_pages( array( 'child_of' => $item->object_id, 'number' => $item->automatic_max, 'sort_column' => 'post_'.$ordering[0], 'sort_order' => strtoupper( $ordering[1] ) ) ); just change 'child_of' to 'parent' at line 226\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Upcoming Features:\u003C\u002Fp>\n\u003Cp>Due to lack of time i will implement the following features upon demand. Please post your requests in the forum.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Settings Page\u003C\u002Fli>\n\u003Cli>Submenu items ordering\u003C\u002Fli>\n\u003Cli>Support for custom post types and taxonomies\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Credits:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>I have used the menu walker created by zviryatko (https:\u002F\u002Fplugins.trac.wordpress.org\u002Fbrowser\u002Fmenu-image\u002Ftrunk\u002Fmenu-image.php)\u003C\u002Fli>\n\u003C\u002Ful>\n","Automatically append children posts and pages as submenu items in the frontend",10,2693,60,2,"2017-11-13T11:45:00.000Z","4.8.28","3.1","",[20,21,22,23,24],"children","menu","pages","posts","submenu","https:\u002F\u002Fgithub.com\u002Fwp-automatic-plugin","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fautomatic-submenu.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},1,30,84,"2026-04-04T18:59:39.797Z",[38,60,78,96,113],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":57,"download_link":58,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"auto-submenu","Auto Submenu","1.0.5","Diana van de Laarschot","https:\u002F\u002Fprofiles.wordpress.org\u002Fanaid\u002F","\u003Cp>The default custom menu in WordPress only allows checking the “Automatically add new top-level pages” (Appearance > Menus) or adding a Navigation block with all pages and all child pages (Appearance > Editor).\u003C\u002Fp>\n\u003Cp>With Auto Submenu you get extra functionality to automatically include child pages into the menu.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>NEW: ASM now provides support for the Customizer via Appearance > Customize\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cstrong>NEW: ASM now provides support for Full Site Editing with the Gutenberg Block Editor via Appearance > Editor\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Using it\u003C\u002Fh3>\n\u003Cp>Enable the plugin and go to Appearance > Editor.\u003C\u002Fp>\n\u003Cp>For each Page in your menu, you now have the following extra configuration options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Add child pages as submenu y\u002Fn; \u003C\u002Fli>\n\u003Cli>child pages are ordered ascending by Menu Order;\u003C\u002Fli>\n\u003Cli>specify the (maximum) nesting depth of children you want to show (max 3);\u003C\u002Fli>\n\u003Cli>specify the title for the child pages. For this you can use %post_title, %post_author and other wildcards, see ‘Other Notes > Wildcards’. Default value: %post_title\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Via Appearance > Menus and Appearance > Customize you also get the following option:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Check the “Automatically add new top-level and all its child pages to this menu (Auto Submenu)”-checkbox.\u003C\u002Fli>\n\u003Cli>If this option is checked, all top-level pages will automatically be added and will automatically have all child pages added as submenu.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>With the Free version you cannot control the nesting depth of the child pages, all subpages are added, regardless the depth of the page tree.\u003C\u002Fp>\n\u003Ch4>Wildcards\u003C\u002Fh4>\n\u003Cp>You can control the title of the menu items generated by the plug-in with the following wildcards:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>%post_title\u003C\u002Fli>\n\u003Cli>%post_author\u003C\u002Fli>\n\u003Cli>%post_date for the unformatted post date: 2012-11-10 18:14:23\u003C\u002Fli>\n\u003Cli>%post_date() for a formatted post date with the following default formatting: November 10th, 2012\u003C\u002Fli>\n\u003Cli>%post_date(\u003Cyour formatting here>) for custom date formatting. Example: %post_date(l jS \\of F Y, h:i:s A). See \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FFormatting_Date_and_Time\" rel=\"nofollow ugc\">https:\u002F\u002Fcodex.wordpress.org\u002FFormatting_Date_and_Time\u003C\u002Fa> for formatting options.\u003C\u002Fli>\n\u003Cli>%post_date_gmt\u003C\u002Fli>\n\u003Cli>%post_date_gmt()\u003C\u002Fli>\n\u003Cli>%post_date_gmt(\u003Cyour formatting here>)\u003C\u002Fli>\n\u003C\u002Ful>\n","Dynamic menus: Add a page to your menu and then let WordPress automatically add the child pages.",2000,51638,80,25,"2025-12-03T15:55:00.000Z","6.9.4","5.4","7.4",[21,55,22,24,56],"navigation","subpages","https:\u002F\u002Fwordpress.telodelic.nl\u002Fauto-submenu","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fauto-submenu.1.0.5.zip",100,{"slug":61,"name":62,"version":63,"author":64,"author_profile":65,"description":66,"short_description":67,"active_installs":68,"downloaded":69,"rating":59,"num_ratings":33,"last_updated":70,"tested_up_to":51,"requires_at_least":71,"requires_php":53,"tags":72,"homepage":76,"download_link":77,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"simple-menu-order-column","Simple Menu Order Column","2.1.0","chillcode","https:\u002F\u002Fprofiles.wordpress.org\u002Fchillcode\u002F","\u003Cp>Every WP_Post (page, attachment, post, woo product) has a menu_order column and this plugin allows you to modify it directly on your dashboard listings.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Change menu order on WP_Post types like pages, attachments, posts & woo products.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Prerequisites\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\" rel=\"ugc\">\u003Cstrong>WordPress\u003C\u002Fstrong>\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Pricing\u003C\u002Fh4>\n\u003Cp>Free\u003C\u002Fp>\n\u003Ch3>Configuration\u003C\u002Fh3>\n\u003Cp>Once installed you will see an input box on every listing item.\u003C\u002Fp>\n\u003Cp>To disable confirm prompt after menu order is updated visit \u003Cstrong>Wordpres Settings->Writing\u003C\u002Fstrong> and untick the option \u003Cstrong>Enable confirmation on input exit\u003C\u002Fstrong>\u003Cbr \u002F>\nTo disable tab to next on position update visit \u003Cstrong>WordPress Settings->Writing\u003C\u002Fstrong> and untick the option Enable \u003Cstrong>Go to next field on update\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>Usage\u003C\u002Fh3>\n\u003Col>\n\u003Cli>\u003Cstrong>Access WordPress Admin\u003C\u002Fstrong>: Log in to your \u003Cstrong>WordPress\u003C\u002Fstrong> admin dashboard. This is usually accessed by adding “\u002Fwp-admin” to the end of your website’s URL and entering your credentials.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Navigate to Posts, Media, Pages or Products\u003C\u002Fstrong>: After logging in, navigate to any listing page based on WP_Post, such as Posts, Media, Pages, or Products (if you’ve installed WooCommerce). You can find these sections in the left-hand menu of the \u003Cstrong>WordPress\u003C\u002Fstrong> admin dashboard.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Reordering items\u003C\u002Fstrong>: Each list item will have a new input box with a menu_order value *. Simply change the value and press Enter to reorder the items. Negative values are also acceptable. For example, -1 will be sorted before 1 or 0.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cul>\n\u003Cli>If Order column is not present \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fdocumentation\u002Farticle\u002Fadministration-screens\u002F#screen-options\u002F\" rel=\"ugc\">Manage screen options\u003C\u002Fa> and enable Order Column.\u003C\u002Fli>\n\u003C\u002Ful>\n","Expose menu order column on your dashboard listings.",200,2796,"2025-12-11T21:10:00.000Z","6.0",[73,74,22,23,75],"media","menu-order","products","https:\u002F\u002Fgithub.com\u002Fchillcode\u002Fsimple-menu-order-column","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-menu-order-column.2.1.0.zip",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":59,"num_ratings":33,"last_updated":18,"tested_up_to":88,"requires_at_least":89,"requires_php":18,"tags":90,"homepage":93,"download_link":94,"security_score":59,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":95},"sf-category-menu","SF Category Menu","1.5","Studiofreya","https:\u002F\u002Fprofiles.wordpress.org\u002Fstudiofreya\u002F","\u003Cp>Plugin is based on jQuery Treeview Plugin and gives an easy Treeview Menu for WordPress categories. It will display the current page or category and all child pages.\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fstudiofreya.com\u002Fwordpress\u002Fsf-category-menu\u002Fchangelog\u002F\" rel=\"nofollow ugc\">Plugin website\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Features:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Choose from 5 different styles \u003C\u002Fli>\n\u003Cli>Exclude categories\u003C\u002Fli>\n\u003Cli>Translation ready\u003C\u002Fli>\n\u003Cli>Doesn’t show empty categories\u003C\u002Fli>\n\u003Cli>Shortcode to list categories with thumbnails\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Live demo:\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fsftextures.com\" rel=\"nofollow ugc\">Photo website\u003C\u002Fa>\u003C\u002Fp>\n","Easy treeview menu for WordPress categories.",20,3321,"4.9.29","3.8",[91,92,21,22,23],"categories","child","https:\u002F\u002Fstudiofreya.com\u002Fsf-category-menu\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsf-category-menu.zip","2026-03-15T10:48:56.248Z",{"slug":97,"name":98,"version":99,"author":100,"author_profile":101,"description":102,"short_description":103,"active_installs":11,"downloaded":104,"rating":59,"num_ratings":33,"last_updated":105,"tested_up_to":106,"requires_at_least":107,"requires_php":18,"tags":108,"homepage":111,"download_link":112,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"express-posts","Express Posts","1.3.0","Grant Mangham","https:\u002F\u002Fprofiles.wordpress.org\u002Fvancoder\u002F","\u003Cp>Express posts provides a widget to display either a subset of posts, the children of a page or its siblings.\u003C\u002Fp>\n\u003Cp>The widget provides three modes.\u003C\u002Fp>\n\u003Cp>\u003Cem>Subset\u003C\u002Fem> will list a given number of posts from your selected categories. Date, date format, and excerpt are all optional.\u003C\u002Fp>\n\u003Cp>\u003Cem>Children\u003C\u002Fem> and \u003Cem>siblings\u003C\u002Fem> modes will list the immediate children or siblings of a page, respectively. You can include a placeholder in the widget title as a substitute for the parent page title. You can also choose to show or hide the widget on specific generations of pages, allowing extra flexibility on shared sidebars.\u003C\u002Fp>\n\u003Cp>In common with all of my plugins, Express Posts strives to follow best practice in WordPress coding. If you spy a bug or see room for improvement, please \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fexpress-posts\" rel=\"ugc\">let me know\u003C\u002Fa>.\u003C\u002Fp>\n","Express posts provides a widget to display either a subset of posts, the children of a page or its siblings.",2929,"2016-04-13T16:40:00.000Z","4.5.33","3.2.1",[20,22,23,109,110],"sidebar","widget","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fexpress-posts\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fexpress-posts.1.3.zip",{"slug":114,"name":115,"version":116,"author":117,"author_profile":118,"description":119,"short_description":120,"active_installs":11,"downloaded":121,"rating":122,"num_ratings":123,"last_updated":124,"tested_up_to":125,"requires_at_least":126,"requires_php":18,"tags":127,"homepage":130,"download_link":131,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"menu-to-page-display","Menu to Page Display","1.0","RustyBadRobot","https:\u002F\u002Fprofiles.wordpress.org\u002Frustybadrobot\u002F","\u003Cp>The \u003Cem>Menu to Page Display\u003C\u002Fem> was written to allow users to easily display a wordpress menu within a page without knowing PHP or editing template files.\u003C\u002Fp>\n\u003Cp>Add the shortcode in a post or page, then add your menu slug to the attribute menu_name and use the arguments to include \u002F exclude extra information as necessary. I’ve also added some extra options to display something more than just the title: include_date, include_excerpt, and image_size.\u003C\u002Fp>\n\u003Cp>See the \u003Ca href=\"https:\u002F\u002Fcodex.wordpress.org\u002FClass_Reference\u002FWP_Query\" rel=\"nofollow ugc\">WordPress Codex\u003C\u002Fa> for information on using the arguments.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FRustyBadRobot\u002Fmenu-to-page-display\u002Fwiki\" rel=\"nofollow ugc\">Documentation\u003C\u002Fa> | \u003Ca href=\"http:\u002F\u002Fwidgetmedia.co\u002Fmenu-to-page-display-examples\u002F\" rel=\"nofollow ugc\">Examples\u003C\u002Fa>\u003C\u002Fp>\n","Display a menu within a page using the [menu-display] shortcode.",2726,46,3,"2014-02-10T10:48:00.000Z","3.7.41","3.0",[128,21,22,23,129],"grid","shortcode","http:\u002F\u002Fwww.widgetmedia.co\u002Fmenu-to-page-display\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmenu-to-page-display.1.0.zip",{"attackSurface":133,"codeSignals":169,"taintFlows":250,"riskAssessment":278,"analyzedAt":292},{"hooks":134,"ajaxHandlers":165,"restRoutes":166,"shortcodes":167,"cronEvents":168,"entryPointCount":28,"unprotectedCount":28},[135,140,144,149,153,157,161],{"type":136,"name":137,"callback":138,"file":139,"line":122},"action","admin_enqueue_scripts","enqueue","automatic-submenu.php",{"type":136,"name":141,"callback":142,"priority":11,"file":139,"line":143},"save_post_nav_menu_item","automaticsubmenu_save_post_action",47,{"type":145,"name":146,"callback":147,"file":139,"line":148},"filter","wp_setup_nav_menu_item","automaticsubmenu_wp_setup_nav_menu_item",48,{"type":136,"name":150,"callback":150,"priority":151,"file":139,"line":152},"admin_init",99,49,{"type":145,"name":154,"callback":155,"file":139,"line":156},"wp_get_nav_menu_items","menu_magic",51,{"type":145,"name":158,"callback":159,"file":139,"line":160},"wp_edit_nav_menu_walker","callWalker",63,{"type":136,"name":162,"callback":163,"priority":11,"file":139,"line":164},"wp_nav_menu_item_custom_fields","menu_item_custom_fields",65,[],[],[],[],{"dangerousFunctions":170,"sqlUsage":171,"outputEscaping":173,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":249},[],{"prepared":33,"raw":28,"locations":172},[],{"escaped":174,"rawEcho":175,"locations":176},32,40,[177,180,182,183,185,187,189,191,193,195,197,198,200,202,203,205,207,208,210,212,213,215,217,218,220,222,223,225,227,228,230,232,234,236,238,239,241,243,245,247],{"file":139,"line":178,"context":179},161,"raw output",{"file":139,"line":181,"context":179},366,{"file":139,"line":181,"context":179},{"file":139,"line":184,"context":179},369,{"file":139,"line":186,"context":179},374,{"file":139,"line":188,"context":179},387,{"file":139,"line":190,"context":179},399,{"file":139,"line":192,"context":179},406,{"file":139,"line":194,"context":179},409,{"file":139,"line":196,"context":179},411,{"file":139,"line":196,"context":179},{"file":139,"line":199,"context":179},416,{"file":139,"line":201,"context":179},418,{"file":139,"line":201,"context":179},{"file":139,"line":204,"context":179},422,{"file":139,"line":206,"context":179},424,{"file":139,"line":206,"context":179},{"file":139,"line":209,"context":179},428,{"file":139,"line":211,"context":179},429,{"file":139,"line":211,"context":179},{"file":139,"line":214,"context":179},434,{"file":139,"line":216,"context":179},436,{"file":139,"line":216,"context":179},{"file":139,"line":219,"context":179},440,{"file":139,"line":221,"context":179},442,{"file":139,"line":221,"context":179},{"file":139,"line":224,"context":179},453,{"file":139,"line":226,"context":179},455,{"file":139,"line":226,"context":179},{"file":139,"line":229,"context":179},477,{"file":139,"line":231,"context":179},478,{"file":139,"line":233,"context":179},487,{"file":139,"line":235,"context":179},488,{"file":139,"line":237,"context":179},491,{"file":139,"line":237,"context":179},{"file":139,"line":240,"context":179},492,{"file":139,"line":242,"context":179},493,{"file":139,"line":244,"context":179},494,{"file":139,"line":246,"context":179},495,{"file":139,"line":248,"context":179},496,[],[251,269],{"entryPoint":252,"graph":253,"unsanitizedCount":33,"severity":268},"start_el (automatic-submenu.php:315)",{"nodes":254,"edges":265},[255,260],{"id":256,"type":257,"label":258,"file":139,"line":259},"n0","source","$_GET",344,{"id":261,"type":262,"label":263,"file":139,"line":181,"wp_function":264},"n1","sink","echo() [XSS]","echo",[266],{"from":256,"to":261,"sanitized":267},false,"medium",{"entryPoint":270,"graph":271,"unsanitizedCount":33,"severity":277},"\u003Cautomatic-submenu> (automatic-submenu.php:0)",{"nodes":272,"edges":275},[273,274],{"id":256,"type":257,"label":258,"file":139,"line":259},{"id":261,"type":262,"label":263,"file":139,"line":181,"wp_function":264},[276],{"from":256,"to":261,"sanitized":267},"low",{"summary":279,"deductions":280},"The \"automatic-submenu\" plugin v1.0.0 demonstrates a generally good security posture with a very limited attack surface, as indicated by zero AJAX handlers, REST API routes, shortcodes, and cron events.  The plugin also adheres to secure coding practices by exclusively using prepared statements for its single SQL query and avoids file operations and external HTTP requests.  However, a significant concern arises from the output escaping analysis, where only 44% of outputs are properly escaped. This leaves a substantial portion of dynamic content vulnerable to Cross-Site Scripting (XSS) attacks if user-supplied data is included in these unescaped outputs.\n\nThe taint analysis reveals two flows with unsanitized paths. While these are not classified as critical or high severity in this specific analysis, the presence of unsanitized paths is a red flag and warrants further investigation.  The complete lack of vulnerability history is a positive sign, suggesting the plugin has historically been maintained securely or has not been a target.  However, it's important to remember that this is based on past performance and doesn't guarantee future security.  In conclusion, the plugin's minimal attack surface and use of prepared statements are strengths, but the high percentage of unescaped output and the identified unsanitized paths represent notable risks that need to be addressed.",[281,284,287,290],{"reason":282,"points":283},"High percentage of improperly escaped output",12,{"reason":285,"points":286},"Unsanitized paths found in taint analysis",8,{"reason":288,"points":289},"Lack of capability checks on entry points",7,{"reason":291,"points":289},"Lack of nonce checks on entry points","2026-03-17T00:25:43.011Z",{"wat":294,"direct":301},{"assetPaths":295,"generatorPatterns":297,"scriptPaths":298,"versionParams":300},[296],"\u002Fwp-content\u002Fplugins\u002Fautomatic-submenu\u002Fassets\u002Fscript.js",[],[299],"assets\u002Fscript.js",[],{"cssClasses":302,"htmlComments":306,"htmlAttributes":307,"restEndpoints":314,"jsGlobals":315,"shortcodeOutput":317},[303,304,305],"field-automatic-max","field-automatic-order","hidden-field",[],[308,309,310,311,312,313],"name=\"menu-item-automatic","name=\"menu-item-automatic-max","name=\"menu-item-automatic-order","id=\"edit-menu-item-automatic-","id=\"edit-menu-item-automatic-max-","id=\"edit-menu-item-automatic-order-",[],[316],"automaticsubmenu_children_order",[]]