[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fERIi7MFGGlnWXjAGWRbe1RqdM35ye3svvFpsewWujwU":3,"$f9A--Ms-t_N1Rzk4jOj1Q2xAmGq2nOMHGKhHPO9VEo5g":236,"$fRNqAuI4PgVVtWFBPYFw04B0bAPJqljMWMBANwFRtbdU":241},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":11,"num_ratings":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":21,"download_link":22,"security_score":23,"vuln_count":11,"unpatched_count":11,"last_vuln_date":24,"fetched_at":25,"discovery_status":26,"vulnerabilities":27,"developer":28,"crawl_stats":24,"alternatives":37,"analysis":140,"fingerprints":212},"super-admin-all-sites-menu","Super Admin All Sites Menu","1.12.1","Per Søderlind","https:\u002F\u002Fprofiles.wordpress.org\u002Fpers\u002F","\u003Cul>\n\u003Cli>Doesn’t use \u003Ccode>switch_to_blog()\u003C\u002Fcode>, i.e. Super Admin All Sites Menu is faster and uses less resources than the WP Admin Bar My Sites menu.\u003C\u002Fli>\n\u003Cli>Subsite menu data are stored locally in IndexedDB (did I say it’s fast?). The local storage is updated when;\n\u003Cul>\n\u003Cli>the plugin is activated.\u003C\u002Fli>\n\u003Cli>a site is added or deleted.\u003C\u002Fli>\n\u003Cli>you change a blog name.\u003C\u002Fli>\n\u003Cli>IndexedDB is out of sync with site changes.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002F10up\u002Frestricted-site-access\" rel=\"nofollow ugc\">Restricted Site Access\u003C\u002Fa> is activated or deactivated.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>When subsite menu data is updated, AJAX is used and it’s done in increments (100 sites per increment).\u003C\u002Fli>\n\u003Cli>List all subsites. WP Admin Bar My Sites only list sites you’re a local admin on.\u003C\u002Fli>\n\u003Cli>Mark sites that has \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F10up\u002Frestricted-site-access\" rel=\"nofollow ugc\">restricted site access\u003C\u002Fa> with a red icon.\u003C\u002Fli>\n\u003Cli>Sites menu is sorted alphabetically.\u003C\u002Fli>\n\u003Cli>Search filter.\u003C\u002Fli>\n\u003Cli>Add more menu choices:\n\u003Cul>\n\u003Cli>Under “Network Admin”\n\u003Cul>\n\u003Cli>Add New Site\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>Per subsite.\n\u003Cul>\n\u003Cli>‘New Page’\u003C\u002Fli>\n\u003Cli>‘Users’\u003C\u002Fli>\n\u003Cli>‘Plugins’\u003C\u002Fli>\n\u003Cli>‘Settings’\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Prerequisite\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>WordPress Multisite\u003C\u002Fli>\n\u003Cli>A modern browser, IE 11 isn’t supported.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Demo\u003C\u002Fh4>\n\u003Cp>A demo is available in \u003Ca href=\"https:\u002F\u002Fplayground.wordpress.net\u002F?blueprint-url=https:\u002F\u002Fraw.githubusercontent.com\u002Fsoderlind\u002Fsuper-admin-all-sites-menu\u002Frefs\u002Fheads\u002Fmain\u002Fblueprint.json\" rel=\"nofollow ugc\">WordPress Playground\u003C\u002Fa>. It’s a bit slow loading, 50 subsites are added.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>If you disable Super Admin All Sites Menu in the Main Site plugins menu, you’ll see the WP Admin Bar My Sites menu doesn’t allow you to scroll and see all sites. This is a 14-year-old (!) \u003Ca href=\"https:\u002F\u002Fcore.trac.wordpress.org\u002Fticket\u002F15317\" rel=\"nofollow ugc\">bug on WordPress\u003C\u002Fa>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>If you activate the Restricted Site Access plugin (included), you’ll see a red icon next to the site name. ATM, this only works on the main site due to \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWordPress\u002Fwordpress-playground\u002Fissues\u002F2054\" rel=\"nofollow ugc\">issues with WordPress Playground\u003C\u002Fa>.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Filters\u003C\u002Fh4>\n\u003Cp>You can use the following filters to override the defaults:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_order_by\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Sort menu by. Default value is \u003Ccode>name\u003C\u002Fcode>, accepts \u003Ccode>id\u003C\u002Fcode>, \u003Ccode>url\u003C\u002Fcode> or \u003Ccode>name\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_order_by', function( string $order_by ) : string {\n    return 'url';\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_load_increments\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>AJAX load increments. Default value is 100.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_load_increments', function( int $increments ) : int {\n    return 300;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_plugin_trigger\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Trigger an update of local storage (IndexedDB) when a plugin is (de)activated. Default is \u003Ccode>[ 'restricted-site-access\u002Frestricted_site_access.php' ]\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Note: Must be an array and each element in the array must point to the main plugin file. Syntax \u003Ccode>'plugin-dir\u002Fplugin-file.php'\u003C\u002Fcode>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_plugin_trigger', function( array $plugins ) : array {\n    return [\n        'restricted-site-access\u002Frestricted_site_access.php',\n        'myplugin\u002Fmyplugin.php',\n    ];\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_search_threshold\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Don’t display search field if there’s less than N subsites. Default value is 20.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_search_threshold', function( int $increments ) : int {\n    return 40;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_search_threshold\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Don’t display search field if there’s less than N subsites. Default value is 20.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_search_threshold', function( int $increments ) : int {\n    return 40;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_force_refresh_expiration\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>How often a forced refresh should be taken. Default value is \u003Ccode>3600\u003C\u002Fcode>. Set the value to \u003Ccode>0\u003C\u002Fcode> to disable forced refresh.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'all_sites_menu_force_refresh_expiration', function( int $seconds ) : int {\n    return 3600;\n} );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>all_sites_menu_submenu_items\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Customise the per-site submenu items (add, remove, or reorder). Each item: \u003Ccode>['id' => string, 'title' => string, 'href' => string]\u003C\u002Fcode>. Receives \u003Ccode>$items\u003C\u002Fcode>, \u003Ccode>$blog_id\u003C\u002Fcode>, \u003Ccode>$admin_url\u003C\u002Fcode>, \u003Ccode>$site_url\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F Add an \"Edit Site\" link pointing to the network admin site-info page.\nadd_filter( 'all_sites_menu_submenu_items', function( array $items, int $blog_id, string $admin_url ) : array {\n    $items[] = [\n        'id'    => 'edit-site',\n        'title' => 'Edit Site',\n        'href'  => network_admin_url( 'site-info.php?id=' . $blog_id ),\n    ];\n    return $items;\n}, 10, 3 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Development\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Active development of this plugin is handled \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsoderlind\u002Fsuper-admin-all-sites-menu\" rel=\"nofollow ugc\">on GitHub\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n","For the super admin, replace WP Admin Bar My Sites menu with an All Sites menu.",0,8007,"2026-04-15T16:40:00.000Z","7.0","5.6","8.0",[18,19,20],"management","multisite","superadmin","https:\u002F\u002Fgithub.com\u002Fsoderlind\u002Fsuper-admin-all-sites-menu","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.12.1.zip",100,null,"2026-04-16T10:56:18.058Z","no_bundle",[],{"slug":29,"display_name":30,"profile_url":8,"plugin_count":31,"total_installs":32,"avg_security_score":33,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"pers","PersianScript",102,176650,90,304,72,"2026-05-20T09:09:41.897Z",[38,63,84,104,123],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":23,"num_ratings":48,"last_updated":49,"tested_up_to":50,"requires_at_least":51,"requires_php":52,"tags":53,"homepage":58,"download_link":59,"security_score":60,"vuln_count":61,"unpatched_count":11,"last_vuln_date":62,"fetched_at":25},"delete-me","Delete Me","3.2","cmc3215","https:\u002F\u002Fprofiles.wordpress.org\u002Fcmc3215\u002F","\u003Cp>Allow users with specific WordPress roles to delete themselves from the \u003Cstrong>Your Profile\u003C\u002Fstrong> page or anywhere Shortcodes can be used using the Shortcode \u003Ccode>[plugin_delete_me \u002F]\u003C\u002Fcode>.\u003Cbr \u002F>\nSettings for this plugin are found on the \u003Cstrong>Settings -> Delete Me\u003C\u002Fstrong> subpanel. Multisite and Network Activation supported.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>How it works:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>A user clicks the delete link, which defaults to “Delete Account”, but can be changed.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>User is asked to confirm they want to delete themselves.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>If confirmed, user and all their Posts, Links, and (optionally) Comments are deleted.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Deleted user (optionally) redirected to landing page URL, default is homepage, can be changed or left blank.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Settings available:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>Enable or disable Network Wide, which applies a single page of settings across all Multisite network Sites.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Select specific WordPress roles (e.g. Subscriber) you want to allow to delete themselves using Delete Me.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>class\u003C\u002Fcode> and \u003Ccode>style\u003C\u002Fcode> attributes of the delete link.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ccode>\u003Ca>\u003C\u002Fcode> tag clickable content of the delete link.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Landing page URL.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Your Profile\u003C\u002Fstrong> confirmation page Heading, Warning, Password (optionally require password), Button.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Enable or disable delete link on the \u003Cstrong>Your Profile\u003C\u002Fstrong> page.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Javascript confirm text for Shortcode.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Enable or disable Javascript confirm for Shortcode.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Enable or disable using a form (require password) instead of a link for Shortcode.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Multisite: Delete user from entire Network or current Site only.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Delete comments.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>E-mail notification when a user deletes themselves.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n","Allow users with specific WordPress roles to delete themselves from the Your Profile page or anywhere Shortcodes can be used.",8000,108274,24,"2024-06-02T14:24:00.000Z","6.5.8","3.7","5.2.4",[54,55,19,56,57],"delete","gdpr","unsubscribe","user-management","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdelete-me.3.2.zip",92,1,"2023-10-23 00:00:00",{"slug":64,"name":65,"version":66,"author":67,"author_profile":68,"description":69,"short_description":70,"active_installs":71,"downloaded":72,"rating":23,"num_ratings":73,"last_updated":74,"tested_up_to":75,"requires_at_least":76,"requires_php":58,"tags":77,"homepage":81,"download_link":82,"security_score":83,"vuln_count":11,"unpatched_count":11,"last_vuln_date":24,"fetched_at":25},"multisite-user-role-manager","Multisite User Role Manager","1.0.7","OzTheGreat","https:\u002F\u002Fprofiles.wordpress.org\u002Fozthegreat\u002F","\u003Cp>For WordPress Multisite (WPMU) installs, allows Super Admins to easily manage each users roles and blogs from one\u003Cbr \u002F>\nscreen in the Network Admin menu.\u003C\u002Fp>\n\u003Cp>You no longer have to go to each blog to change the user’s role. It’s also\u003Cbr \u002F>\nmuch easier to see which sites a user is associated with.\u003C\u002Fp>\n","Manage user roles for each blog from a single screen on multisite (WPMU) setups",80,30365,3,"2017-11-07T14:04:00.000Z","4.8.28","4.0",[18,19,78,79,80],"roles","users","wpmu","https:\u002F\u002Fwpartisan.me\u002Fplugins\u002Fmultisite-user-role-manager","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultisite-user-role-manager.1.0.7.zip",85,{"slug":85,"name":86,"version":87,"author":88,"author_profile":89,"description":90,"short_description":91,"active_installs":71,"downloaded":92,"rating":23,"num_ratings":93,"last_updated":94,"tested_up_to":95,"requires_at_least":96,"requires_php":58,"tags":97,"homepage":102,"download_link":103,"security_score":83,"vuln_count":11,"unpatched_count":11,"last_vuln_date":24,"fetched_at":25},"network-plugin-auditor","Network Plugin Auditor","1.10.1","Katherine Semel-Munson","https:\u002F\u002Fprofiles.wordpress.org\u002Fksemel\u002F","\u003Cp>As my WordPress network grew I found it challenging to track which plugins and themes were used on each site, and the only way to check was to visit each dashboard one at a time.  What a hassle!\u003C\u002Fp>\n\u003Cp>This plugin adds columns to your Network Admin on the Sites, Themes and Plugins pages to show which of your sites have each plugin and theme activated.  Now you can easily determine which plugins and themes are used on your network sites and which can be safely removed.\u003C\u002Fp>\n","For multisite\u002Fnetwork installations only.  Adds columns to your network admin to show which sites are using each plugin and theme.",45624,22,"2016-10-30T22:05:00.000Z","4.6.30","3.2.1",[98,19,99,100,101],"admin","network","plugin-management","theme-management","http:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fnetwork-plugin-auditor","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnetwork-plugin-auditor.1.10.1.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":11,"num_ratings":11,"last_updated":114,"tested_up_to":115,"requires_at_least":116,"requires_php":117,"tags":118,"homepage":121,"download_link":122,"security_score":23,"vuln_count":11,"unpatched_count":11,"last_vuln_date":24,"fetched_at":25},"multisite-usage-scanner","Multisite Usage Scanner","1.0.2","Dominic Johnson","https:\u002F\u002Fprofiles.wordpress.org\u002Fdominicmiramediacouk\u002F","\u003Cp>Multisite Usage Scanner helps WordPress network administrators audit plugin usage across all sites in a multisite installation.\u003C\u002Fp>\n\u003Cp>It provides a simple admin interface to:\u003Cbr \u002F>\n* List all active plugins per site\u003Cbr \u002F>\n* Identify unused plugins across the network\u003Cbr \u002F>\n* Export usage data for reporting or cleanup\u003C\u002Fp>\n\u003Cp>This tool is especially useful for large networks with legacy plugins or unclear usage patterns.\u003C\u002Fp>\n","Scan your WordPress multisite network to identify which plugins are actively used across sites. Helps admins safely clean up unused plugins.",60,444,"2026-01-01T09:54:00.000Z","6.9.4","5.0","7.4",[119,120,19,100],"admin-tools","diagnostics","https:\u002F\u002Fgithub.com\u002Fdominicjjohnson\u002Fplugin.multisite-usage-scanner","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultisite-usage-scanner.1.0.2.zip",{"slug":124,"name":125,"version":126,"author":127,"author_profile":128,"description":129,"short_description":130,"active_installs":131,"downloaded":132,"rating":11,"num_ratings":11,"last_updated":133,"tested_up_to":115,"requires_at_least":134,"requires_php":16,"tags":135,"homepage":138,"download_link":139,"security_score":23,"vuln_count":11,"unpatched_count":11,"last_vuln_date":24,"fetched_at":25},"rootscope-remote-site-manager","Rootscope Remote Site Manager","1.2.0","Michal Slepko","https:\u002F\u002Fprofiles.wordpress.org\u002Fmslepko\u002F","\u003Cp>Rootscope Remote Site Manager allows you to manage multiple WordPress sites from a single dashboard. Monitor your WordPress versions, plugins, themes, and log in with one click.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Centralized dashboard for all your WordPress sites\u003C\u002Fli>\n\u003Cli>Track WordPress core version\u003C\u002Fli>\n\u003Cli>Monitor installed plugins and themes\u003C\u002Fli>\n\u003Cli>Get notified about available updates\u003C\u002Fli>\n\u003Cli>One-click login to wp-admin\u003C\u002Fli>\n\u003Cli>Automatic daily sync\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Third-Party Service\u003C\u002Fh3>\n\u003Cp>This plugin connects to the \u003Ca href=\"https:\u002F\u002Fwp-admin.online\" rel=\"nofollow ugc\">Rootscope Remote Site Manager\u003C\u002Fa> service to provide centralized WordPress site management. The following data is sent to the Rootscope Remote Site Manager API (\u003Ccode>https:\u002F\u002Fwp-admin.online\u002Fapi\u002Fv1\u003C\u002Fcode>):\u003Cbr \u002F>\n* WordPress version and PHP version\u003Cbr \u002F>\n* List of installed plugins and themes (names, versions, active status)\u003Cbr \u002F>\n* Administrator usernames and display names (for one-click login)\u003C\u002Fp>\n\u003Cp>Data is transmitted over HTTPS and authenticated using HMAC signatures. No data is sent until you configure your API credentials.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-admin.online\u002Fterms\" rel=\"nofollow ugc\">Terms of Service\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-admin.online\u002Fprivacy\" rel=\"nofollow ugc\">Privacy Policy\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n","Connect your WordPress site to wp-admin.online remote Site Manager for centralized management.",30,337,"2026-04-06T19:32:00.000Z","6.2",[136,18,137,19],"dashboard","monitoring","https:\u002F\u002Fwp-admin.online","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frootscope-remote-site-manager.1.2.0.zip",{"attackSurface":141,"codeSignals":196,"taintFlows":204,"riskAssessment":205,"analyzedAt":211},{"hooks":142,"ajaxHandlers":192,"restRoutes":193,"shortcodes":194,"cronEvents":195,"entryPointCount":11,"unprotectedCount":11},[143,149,152,156,158,161,165,169,172,176,181,185,188],{"type":144,"name":145,"callback":146,"file":147,"line":148},"action","admin_bar_init","action_admin_bar_init","super-admin-all-sites-menu.php",84,{"type":144,"name":150,"callback":151,"file":147,"line":83},"rest_api_init","action_rest_api_init",{"type":144,"name":153,"callback":154,"file":147,"line":155},"wp_insert_site","update_local_storage",89,{"type":144,"name":157,"callback":154,"file":147,"line":33},"wp_update_site",{"type":144,"name":159,"callback":154,"file":147,"line":160},"wp_delete_site",91,{"type":144,"name":162,"callback":163,"priority":164,"file":147,"line":60},"update_option_blogname","action_update_option_blogname",10,{"type":144,"name":166,"callback":167,"file":147,"line":168},"activated_plugin","plugin_update_local_storage",95,{"type":144,"name":170,"callback":167,"file":147,"line":171},"deactivated_plugin",96,{"type":144,"name":173,"callback":174,"file":147,"line":175},"add_admin_bar_menus","action_add_admin_bar_menus",107,{"type":144,"name":177,"callback":178,"priority":179,"file":147,"line":180},"admin_bar_menu","super_admin_all_sites_menu",25,108,{"type":144,"name":182,"callback":183,"file":147,"line":184},"admin_enqueue_scripts","action_enqueue_scripts",110,{"type":144,"name":186,"callback":183,"file":147,"line":187},"wp_enqueue_scripts",111,{"type":144,"name":189,"callback":190,"file":147,"line":191},"plugins_loaded","closure",596,[],[],[],[],{"dangerousFunctions":197,"sqlUsage":198,"outputEscaping":201,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":61,"bundledLibraries":203},[],{"prepared":199,"raw":11,"locations":200},2,[],{"escaped":199,"rawEcho":11,"locations":202},[],[],[],{"summary":206,"deductions":207},"The \"super-admin-all-sites-menu\" v1.12.1 plugin exhibits a strong security posture based on the provided static analysis. The absence of any identified dangerous functions, unsanitized taint flows, direct SQL queries without prepared statements, unescaped output, file operations, or external HTTP requests is commendable. The attack surface appears to be effectively managed with no exposed AJAX handlers, REST API routes, shortcodes, or cron events that lack proper authorization or permission checks.\n\nHowever, a notable concern arises from the complete lack of nonce checks. While capability checks are present, the absence of nonces on any potential entry points (even though none are explicitly identified as unprotected) can leave the application vulnerable to Cross-Site Request Forgery (CSRF) attacks if the attack surface expands or if the current assessment missed subtle entry points. The plugin's vulnerability history, being completely clear, is a positive indicator, suggesting good development practices and a lack of previously exploited weaknesses. Despite the clean history, the absence of nonce checks remains a critical omission that warrants attention for robust security.\n\nIn conclusion, the plugin demonstrates excellent code quality and a proactive approach to preventing common vulnerabilities. The secure handling of data, SQL, and output is a significant strength. Nevertheless, the lack of nonce checks represents a potential blind spot that could be exploited if the plugin were to gain additional interaction points or if an attacker finds a way to trigger actions without proper validation. Addressing this would elevate its security to an even higher standard.",[208],{"reason":209,"points":210},"Missing nonce checks",15,"2026-04-16T13:41:25.503Z",{"wat":213,"direct":222},{"assetPaths":214,"generatorPatterns":217,"scriptPaths":218,"versionParams":219},[215,216],"\u002Fwp-content\u002Fplugins\u002Fsuper-admin-all-sites-menu\u002Fadmin.css","\u002Fwp-content\u002Fplugins\u002Fsuper-admin-all-sites-menu\u002Fadmin.js",[],[216],[220,221],"super-admin-all-sites-menu\u002Fadmin.css?ver=","super-admin-all-sites-menu\u002Fadmin.js?ver=",{"cssClasses":223,"htmlComments":227,"htmlAttributes":228,"restEndpoints":231,"jsGlobals":233,"shortcodeOutput":235},[224,225,226],"my-sites-container","all-sites-search-wrapper","all-sites-list",[],[229,230],"id=\"all-sites-search-text\"","placeholder=\"Filter My Sites\"",[232],"\u002Fwp-json\u002Fsuper-admin-all-sites-menu\u002Fv1\u002Fsites",[234],"window.superAdminAllSitesMenu",[],{"error":237,"url":238,"statusCode":239,"statusMessage":240,"message":240},true,"http:\u002F\u002Flocalhost\u002Fapi\u002Fplugins\u002Fsuper-admin-all-sites-menu\u002Fbundle",404,"no bundle for this plugin yet",{"slug":4,"current_version":6,"total_versions":242,"versions":243},43,[244,250,257,264,271,278,285,292,299,306,313,320,327,334,341,348,355,362,369,376,383,390,397,404,411,418,425,432,439,446,453,460,467,474,481,488,495,502,509,516,523,530,537],{"version":6,"download_url":22,"svn_tag_url":245,"released_at":24,"has_diff":246,"diff_files_changed":247,"diff_lines":24,"trac_diff_url":248,"vulnerabilities":249,"is_current":237},"https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.12.1\u002F",false,[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.12.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.12.1",[],{"version":251,"download_url":252,"svn_tag_url":253,"released_at":24,"has_diff":246,"diff_files_changed":254,"diff_lines":24,"trac_diff_url":255,"vulnerabilities":256,"is_current":246},"1.12.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.12.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.12.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.11.1&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.12.0",[],{"version":258,"download_url":259,"svn_tag_url":260,"released_at":24,"has_diff":246,"diff_files_changed":261,"diff_lines":24,"trac_diff_url":262,"vulnerabilities":263,"is_current":246},"1.11.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.11.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.11.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.11.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.11.1",[],{"version":265,"download_url":266,"svn_tag_url":267,"released_at":24,"has_diff":246,"diff_files_changed":268,"diff_lines":24,"trac_diff_url":269,"vulnerabilities":270,"is_current":246},"1.11.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.11.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.11.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.10.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.11.0",[],{"version":272,"download_url":273,"svn_tag_url":274,"released_at":24,"has_diff":246,"diff_files_changed":275,"diff_lines":24,"trac_diff_url":276,"vulnerabilities":277,"is_current":246},"1.10.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.10.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.10.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.9.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.10.0",[],{"version":279,"download_url":280,"svn_tag_url":281,"released_at":24,"has_diff":246,"diff_files_changed":282,"diff_lines":24,"trac_diff_url":283,"vulnerabilities":284,"is_current":246},"1.9.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.9.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.9.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.5&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.9.0",[],{"version":286,"download_url":287,"svn_tag_url":288,"released_at":24,"has_diff":246,"diff_files_changed":289,"diff_lines":24,"trac_diff_url":290,"vulnerabilities":291,"is_current":246},"1.8.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.4&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.5",[],{"version":293,"download_url":294,"svn_tag_url":295,"released_at":24,"has_diff":246,"diff_files_changed":296,"diff_lines":24,"trac_diff_url":297,"vulnerabilities":298,"is_current":246},"1.8.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.3&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.4",[],{"version":300,"download_url":301,"svn_tag_url":302,"released_at":24,"has_diff":246,"diff_files_changed":303,"diff_lines":24,"trac_diff_url":304,"vulnerabilities":305,"is_current":246},"1.8.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.2&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.3",[],{"version":307,"download_url":308,"svn_tag_url":309,"released_at":24,"has_diff":246,"diff_files_changed":310,"diff_lines":24,"trac_diff_url":311,"vulnerabilities":312,"is_current":246},"1.8.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.1&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.2",[],{"version":314,"download_url":315,"svn_tag_url":316,"released_at":24,"has_diff":246,"diff_files_changed":317,"diff_lines":24,"trac_diff_url":318,"vulnerabilities":319,"is_current":246},"1.8.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.1",[],{"version":321,"download_url":322,"svn_tag_url":323,"released_at":24,"has_diff":246,"diff_files_changed":324,"diff_lines":24,"trac_diff_url":325,"vulnerabilities":326,"is_current":246},"1.8.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.8.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.8.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.7.3&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.8.0",[],{"version":328,"download_url":329,"svn_tag_url":330,"released_at":24,"has_diff":246,"diff_files_changed":331,"diff_lines":24,"trac_diff_url":332,"vulnerabilities":333,"is_current":246},"1.7.3","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.7.3.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.7.3\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.7.2&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.7.3",[],{"version":335,"download_url":336,"svn_tag_url":337,"released_at":24,"has_diff":246,"diff_files_changed":338,"diff_lines":24,"trac_diff_url":339,"vulnerabilities":340,"is_current":246},"1.7.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.7.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.7.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.9&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.7.2",[],{"version":342,"download_url":343,"svn_tag_url":344,"released_at":24,"has_diff":246,"diff_files_changed":345,"diff_lines":24,"trac_diff_url":346,"vulnerabilities":347,"is_current":246},"1.6.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.9\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.7&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.9",[],{"version":349,"download_url":350,"svn_tag_url":351,"released_at":24,"has_diff":246,"diff_files_changed":352,"diff_lines":24,"trac_diff_url":353,"vulnerabilities":354,"is_current":246},"1.6.7","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.7.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.7\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.6&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.7",[],{"version":356,"download_url":357,"svn_tag_url":358,"released_at":24,"has_diff":246,"diff_files_changed":359,"diff_lines":24,"trac_diff_url":360,"vulnerabilities":361,"is_current":246},"1.6.6","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.6.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.6\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.5&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.6",[],{"version":363,"download_url":364,"svn_tag_url":365,"released_at":24,"has_diff":246,"diff_files_changed":366,"diff_lines":24,"trac_diff_url":367,"vulnerabilities":368,"is_current":246},"1.6.5","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.5.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.5\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.4&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.5",[],{"version":370,"download_url":371,"svn_tag_url":372,"released_at":24,"has_diff":246,"diff_files_changed":373,"diff_lines":24,"trac_diff_url":374,"vulnerabilities":375,"is_current":246},"1.6.4","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.4.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.4\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.2&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.4",[],{"version":377,"download_url":378,"svn_tag_url":379,"released_at":24,"has_diff":246,"diff_files_changed":380,"diff_lines":24,"trac_diff_url":381,"vulnerabilities":382,"is_current":246},"1.6.2","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.2.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.2\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.1&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.2",[],{"version":384,"download_url":385,"svn_tag_url":386,"released_at":24,"has_diff":246,"diff_files_changed":387,"diff_lines":24,"trac_diff_url":388,"vulnerabilities":389,"is_current":246},"1.6.1","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.1.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.1\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.1",[],{"version":391,"download_url":392,"svn_tag_url":393,"released_at":24,"has_diff":246,"diff_files_changed":394,"diff_lines":24,"trac_diff_url":395,"vulnerabilities":396,"is_current":246},"1.6.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.6.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.6.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.5.0&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.6.0",[],{"version":398,"download_url":399,"svn_tag_url":400,"released_at":24,"has_diff":246,"diff_files_changed":401,"diff_lines":24,"trac_diff_url":402,"vulnerabilities":403,"is_current":246},"1.5.0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.5.0.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.5.0\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.28&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.5.0",[],{"version":405,"download_url":406,"svn_tag_url":407,"released_at":24,"has_diff":246,"diff_files_changed":408,"diff_lines":24,"trac_diff_url":409,"vulnerabilities":410,"is_current":246},"1.4.28","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.28.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.28\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.27&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.28",[],{"version":412,"download_url":413,"svn_tag_url":414,"released_at":24,"has_diff":246,"diff_files_changed":415,"diff_lines":24,"trac_diff_url":416,"vulnerabilities":417,"is_current":246},"1.4.27","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.27.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.27\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.26&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.27",[],{"version":419,"download_url":420,"svn_tag_url":421,"released_at":24,"has_diff":246,"diff_files_changed":422,"diff_lines":24,"trac_diff_url":423,"vulnerabilities":424,"is_current":246},"1.4.26","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.26.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.26\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.25&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.26",[],{"version":426,"download_url":427,"svn_tag_url":428,"released_at":24,"has_diff":246,"diff_files_changed":429,"diff_lines":24,"trac_diff_url":430,"vulnerabilities":431,"is_current":246},"1.4.25","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.25.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.25\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.24&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.25",[],{"version":433,"download_url":434,"svn_tag_url":435,"released_at":24,"has_diff":246,"diff_files_changed":436,"diff_lines":24,"trac_diff_url":437,"vulnerabilities":438,"is_current":246},"1.4.24","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.24.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.24\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.23&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.24",[],{"version":440,"download_url":441,"svn_tag_url":442,"released_at":24,"has_diff":246,"diff_files_changed":443,"diff_lines":24,"trac_diff_url":444,"vulnerabilities":445,"is_current":246},"1.4.23","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.23.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.23\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.22&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.23",[],{"version":447,"download_url":448,"svn_tag_url":449,"released_at":24,"has_diff":246,"diff_files_changed":450,"diff_lines":24,"trac_diff_url":451,"vulnerabilities":452,"is_current":246},"1.4.22","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.22.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.22\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.21&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.22",[],{"version":454,"download_url":455,"svn_tag_url":456,"released_at":24,"has_diff":246,"diff_files_changed":457,"diff_lines":24,"trac_diff_url":458,"vulnerabilities":459,"is_current":246},"1.4.21","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.21.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.21\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.20&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.21",[],{"version":461,"download_url":462,"svn_tag_url":463,"released_at":24,"has_diff":246,"diff_files_changed":464,"diff_lines":24,"trac_diff_url":465,"vulnerabilities":466,"is_current":246},"1.4.20","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.20.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.20\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.19&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.20",[],{"version":468,"download_url":469,"svn_tag_url":470,"released_at":24,"has_diff":246,"diff_files_changed":471,"diff_lines":24,"trac_diff_url":472,"vulnerabilities":473,"is_current":246},"1.4.19","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.19.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.19\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.18&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.19",[],{"version":475,"download_url":476,"svn_tag_url":477,"released_at":24,"has_diff":246,"diff_files_changed":478,"diff_lines":24,"trac_diff_url":479,"vulnerabilities":480,"is_current":246},"1.4.18","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.18.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.18\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.17&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.18",[],{"version":482,"download_url":483,"svn_tag_url":484,"released_at":24,"has_diff":246,"diff_files_changed":485,"diff_lines":24,"trac_diff_url":486,"vulnerabilities":487,"is_current":246},"1.4.17","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.17.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.17\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.16&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.17",[],{"version":489,"download_url":490,"svn_tag_url":491,"released_at":24,"has_diff":246,"diff_files_changed":492,"diff_lines":24,"trac_diff_url":493,"vulnerabilities":494,"is_current":246},"1.4.16","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.16.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.16\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.15&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.16",[],{"version":496,"download_url":497,"svn_tag_url":498,"released_at":24,"has_diff":246,"diff_files_changed":499,"diff_lines":24,"trac_diff_url":500,"vulnerabilities":501,"is_current":246},"1.4.15","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.15.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.15\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.14&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.15",[],{"version":503,"download_url":504,"svn_tag_url":505,"released_at":24,"has_diff":246,"diff_files_changed":506,"diff_lines":24,"trac_diff_url":507,"vulnerabilities":508,"is_current":246},"1.4.14","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.14.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.14\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.13&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.14",[],{"version":510,"download_url":511,"svn_tag_url":512,"released_at":24,"has_diff":246,"diff_files_changed":513,"diff_lines":24,"trac_diff_url":514,"vulnerabilities":515,"is_current":246},"1.4.13","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.13.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.13\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.12&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.13",[],{"version":517,"download_url":518,"svn_tag_url":519,"released_at":24,"has_diff":246,"diff_files_changed":520,"diff_lines":24,"trac_diff_url":521,"vulnerabilities":522,"is_current":246},"1.4.12","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.12.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.12\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.11&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.12",[],{"version":524,"download_url":525,"svn_tag_url":526,"released_at":24,"has_diff":246,"diff_files_changed":527,"diff_lines":24,"trac_diff_url":528,"vulnerabilities":529,"is_current":246},"1.4.11","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.11.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.11\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.10&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.11",[],{"version":531,"download_url":532,"svn_tag_url":533,"released_at":24,"has_diff":246,"diff_files_changed":534,"diff_lines":24,"trac_diff_url":535,"vulnerabilities":536,"is_current":246},"1.4.10","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.10.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.10\u002F",[],"https:\u002F\u002Fplugins.trac.wordpress.org\u002Fchangeset?old_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.9&new_path=%2Fsuper-admin-all-sites-menu%2Ftags%2F1.4.10",[],{"version":538,"download_url":539,"svn_tag_url":540,"released_at":24,"has_diff":246,"diff_files_changed":541,"diff_lines":24,"trac_diff_url":24,"vulnerabilities":542,"is_current":246},"1.4.9","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsuper-admin-all-sites-menu.1.4.9.zip","https:\u002F\u002Fplugins.svn.wordpress.org\u002Fsuper-admin-all-sites-menu\u002Ftags\u002F1.4.9\u002F",[],[]]