[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fFn-6nVl4wFyRQe9orDQKPCNcGRQp_WIHYyJWjgLctxY":3},{"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":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":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29,"vulnerabilities":30,"developer":31,"crawl_stats":28,"alternatives":39,"analysis":121,"fingerprints":166},"network-username-restrictions-override","Network Username Restrictions Override","1.3","Daniel Westermann-Clark","https:\u002F\u002Fprofiles.wordpress.org\u002Fdwc\u002F","\u003Cp>By default, WordPress network usernames cannot contain anything but lowercase letters and numbers. This plugin adds network options to let you include hyphens, underscores, or uppercase letters, if desired.\u003C\u002Fp>\n\u003Cp>Furthermore, this plugin gives you the option to allow email addresses as usernames, or to allow all-numeric usernames (e.g. “1234”).\u003C\u002Fp>\n\u003Cp>Finally, this plugin lets you override the minimum length for usernames (which defaults to four characters).\u003C\u002Fp>\n\u003Cp>To follow updates to this plugin, visit:\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fdanieltwc.com\u002F\u003C\u002Fp>\n\u003Cp>For help with this version, visit:\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fdanieltwc.com\u002F2011\u002Fnetwork-username-restrictions-override-1-0\u002F\u003C\u002Fp>\n","Override restrictions on WordPress network usernames.",100,10464,2,"2024-04-24T14:02:00.000Z","6.5.8","3.4","",[19,20,21,22,23],"admin","authentication","multisite","network","wpmu","https:\u002F\u002Fdanieltwc.com\u002F2011\u002Fnetwork-username-restrictions-override-1-0\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fnetwork-username-restrictions-override.1.3.zip",92,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":32,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":35,"avg_patch_time_days":36,"trust_score":37,"computed_at":38},"dwc",3,730,90,30,87,"2026-04-04T02:47:46.329Z",[40,60,78,97,107],{"slug":41,"name":42,"version":43,"author":44,"author_profile":45,"description":46,"short_description":47,"active_installs":48,"downloaded":49,"rating":35,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":54,"tags":55,"homepage":58,"download_link":59,"security_score":26,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"multisite-enhancements","Multisite Enhancements","1.7.1","Frank Bueltge","https:\u002F\u002Fprofiles.wordpress.org\u002Fbueltge\u002F","\u003Cp>When you work quite a bit with WordPress Multisites, sometimes you need more information or menu items. This plugin enhances the network area for super admins with useful functions.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Adds Blog and User ID in network view \u003Ca href=\"http:\u002F\u002Fwpengineer.com\u002F2188\u002Fview-blog-id-in-wordpress-multisite\u002F\" rel=\"nofollow ugc\">more\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Enables an ‘Add New’ link under the Plugins menu for Network admins\u003C\u002Fli>\n\u003Cli>Adds several useful items to the multisite ‘Network Admin’ admin bar\u003C\u002Fli>\n\u003Cli>On the network plugins page, show which site has this plugin active\u003C\u002Fli>\n\u003Cli>On the network theme page, show which blog has the theme active and which is a Child theme\u003C\u002Fli>\n\u003Cli>Change Admin footer text for Administrators to view currently used RAM, SQL, RAM versions fast\u003C\u002Fli>\n\u003Cli>Adds Favicon from the theme folder to the admin area to easily identify the blog. Use the \u003Ccode>favicon.ico\u003C\u002Fcode> file in the theme folder of the active theme in each blog\u003C\u002Fli>\n\u003Cli>Adds Favicon to each blog on the Admin Bar Item ‘My Sites’. If you like a custom path for each favicon, please see the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002FWordPress-Multisite-Enhancements\u002Fwiki\u002FFilter-Hook-for-Favicon-File-Path\" rel=\"nofollow ugc\">documentation\u003C\u002Fa> for this feature.\u003C\u002Fli>\n\u003Cli>Removes also the ‘W’ logo and his sub-links in the admin bar\u003C\u002Fli>\n\u003Cli>Adds the status to each site in the admin bar to identify fastly if the site has a \u003Ccode>noindex\u003C\u002Fcode> status and to see the external url.\u003C\u002Fli>\n\u003Cli>Handy SSL identifier for each site on the network site view page.\u003C\u002Fli>\n\u003Cli>See the last login of users.\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Add functions to be used in your install\u003C\u002Fp>\n\u003Cul>\n\u003Cli>The function \u003Ccode>get_blog_list()\u003C\u002Fcode> is currently deprecated in the WP Core, but currently usable. The plugin checks this and gets an alternative in \u003Ca href=\".\u002Finc\u002Fautoload\u002Fcore.php\" rel=\"nofollow ugc\">\u003Ccode>inc\u002Fautoload\u002Fcore.php\u003C\u002Fcode>\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>If you will develop the alternative to this function from my source, then use the method \u003Ccode>get_blog_list()\u003C\u002Fcode> in class \u003Ccode>Multisite_Core\u003C\u002Fcode>. My source also uses caching with the Transient API. More about the function in  \u003Ca href=\".\u002Finc\u002Fautoload\u002Fclass-core.php\" rel=\"nofollow ugc\">\u003Ccode>inc\u002Fautoload\u002Fclass-core.php\u003C\u002Fcode>\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>If you use WordPress version 3.7 and higher, then check the function \u003Ccode>wp_get_sites()\u003C\u002Fcode>, the new alternative function inside the core to get all sides inside the network. The function accepts a array with arguments, see the \u003Ca href=\"http:\u002F\u002Fwpseek.com\u002Fwp_get_sites\u002F\" rel=\"nofollow ugc\">description\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>But if you use WordPress 4.6 and higher then that new alternative 😉 – \u003Ccode>get_sites()\u003C\u002Fcode> – is the current function to get all sites in the network. The helper method of this plugin \u003Ccode>Multisite_Core::get_blog_list()\u003C\u002Fcode> or the function \u003Ccode>get_blog_list()\u003C\u002Fcode> have all checks included.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Filter the theme list to find your target quickly. This works on a single theme page and also on a network theme page.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Crafted by Inpsyde\u003C\u002Fh4>\n\u003Cp>The team at \u003Ca href=\"http:\u002F\u002Finpsyde.com\u002F\" rel=\"nofollow ugc\">Inpsyde\u003C\u002Fa> is engineering the web and WordPress since 2006.\u003C\u002Fp>\n\u003Ch4>Donation?\u003C\u002Fh4>\n\u003Cp>If you want to donate – we prefer a \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fview\u002Fplugin-reviews\u002Fmultisite-enhancements?rate=5#postform\" rel=\"ugc\">positive review\u003C\u002Fa>, nothing more.\u003Cbr \u002F>\n\u003Cstrong>Crafted by \u003Ca href=\"https:\u002F\u002Finpsyde.com\" rel=\"nofollow ugc\">Inpsyde\u003C\u002Fa> · The team is engineering the Web since 2006.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch4>Hints, knowledge\u003C\u002Fh4>\n\u003Cp>See also for helpful hints on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002Fwordpress-multisite-enhancements\u002Fwiki\" rel=\"nofollow ugc\">wiki page\u003C\u002Fa>.\u003Cbr \u002F>\nEspecially the following topics are interest:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002FWordPress-Multisite-Enhancements\u002Fwiki\u002FFilter-Hook-for-Favicon-File-Path\" rel=\"nofollow ugc\">Filter Hook for Favicon File Path – Define your custom Favicon path\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002Fwordpress-multisite-enhancements\u002Fwiki\u002FLarge-Network-Problem\" rel=\"nofollow ugc\">Large Network Problem\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Bugs, technical hints or contributions\u003C\u002Fh4>\n\u003Cp>Please give me feedback, contribute, and file technical bugs on this\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002FWordPress-Multisite-Enhancements\u002Fissues\" rel=\"nofollow ugc\">GitHub Repo\u003C\u002Fa>, use Issues.\u003C\u002Fp>\n\u003Ch4>License\u003C\u002Fh4>\n\u003Cp>Good news, this plugin is free for everyone! Since it’s released under the GPL,\u003Cbr \u002F>\nyou can use it free of charge on your personal or commercial blog. But if you enjoy this plugin,\u003Cbr \u002F>\nyou can thank me and leave a\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwww.paypal.com\u002Fcgi-bin\u002Fwebscr?cmd=_s-xclick&hosted_button_id=6069955\" title=\"Paypal Donate link\" rel=\"nofollow ugc\">small donation\u003C\u002Fa>\u003Cbr \u002F>\nfor the time I’ve spent writing and supporting this plugin.\u003Cbr \u002F>\nAnd I really don’t want to know how many hours of my life this plugin has already eaten 😉\u003C\u002Fp>\n\u003Ch4>Contact & Feedback\u003C\u002Fh4>\n\u003Cp>The plugin is designed and developed by me \u003Ca href=\"http:\u002F\u002Fbueltge.de\" rel=\"nofollow ugc\">Frank Bültge\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Fplus.google.com\u002F+FrankBültge\u002Fabout?rel=author\" rel=\"nofollow ugc\">G+ Page\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Please let me know if you like the plugin or hate it.\u003Cbr \u002F>\nPlease fork it, and add an issue for ideas and bugs on the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fbueltge\u002FWordPress-Multisite-Enhancements\" rel=\"nofollow ugc\">Github Repository\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Disclaimer\u003C\u002Fh4>\n\u003Cp>I’m German, and my English might be gruesome here and there.\u003Cbr \u002F>\nSo please be patient with me and let me know if there are typos or grammatical parts. Thanks\u003C\u002Fp>\n","Enhance Multisite for Network Admins with different topics",70,174060,48,"2024-07-18T15:27:00.000Z","6.6.5","4.6","7.2",[56,57,21,22],"admin-bar","administration","https:\u002F\u002Fgithub.com\u002Fbueltge\u002FWordPress-Multisite-Enhancements","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fmultisite-enhancements.1.7.1.zip",{"slug":61,"name":62,"version":6,"author":63,"author_profile":64,"description":65,"short_description":66,"active_installs":67,"downloaded":68,"rating":11,"num_ratings":69,"last_updated":17,"tested_up_to":70,"requires_at_least":71,"requires_php":17,"tags":72,"homepage":75,"download_link":76,"security_score":11,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":77},"sort-my-sites","Sort My Sites","Tryon Eggleston","https:\u002F\u002Fprofiles.wordpress.org\u002Ftryon\u002F","\u003Cp>Sort My Sites lets you change the ordering of the My Sites menu on the dashboard and in the admin bar.\u003C\u002Fp>\n\u003Cp>Options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Sort by None, Site ID, Site Name, Domain, Site Path, Site URL\u003C\u002Fli>\n\u003Cli>Case Sensitive Sorting\u003C\u002Fli>\n\u003Cli>Keep the primary site at the top of the list\u003C\u002Fli>\n\u003C\u002Ful>\n","Sort My Sites lets you change the ordering of the My Sites menu on the dashboard and in the admin bar.",20,6135,1,"6.4.8","3.0",[21,73,22,74,23],"my-sites","sites","https:\u002F\u002Fgithub.com\u002Ftryonegg\u002Fsort-my-sites","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsort-my-sites.zip","2026-03-15T10:48:56.248Z",{"slug":79,"name":80,"version":81,"author":82,"author_profile":83,"description":84,"short_description":85,"active_installs":86,"downloaded":87,"rating":27,"num_ratings":27,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":17,"tags":91,"homepage":94,"download_link":95,"security_score":96,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"edit-category-slug","Edit Category Slug (Multisite)","0.4","Sergey Biryukov","https:\u002F\u002Fprofiles.wordpress.org\u002Fsergeybiryukov\u002F","\u003Cp>Allows to specify or edit a category slug in WordPress Multisite.\u003C\u002Fp>\n","Allows to specify or edit a category slug in WordPress Multisite.",10,5899,"2011-02-14T07:30:00.000Z","3.0.5","2.6",[19,92,21,93,23],"category","slug","http:\u002F\u002Fuplift.ru\u002Fprojects\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fedit-category-slug.0.4.zip",85,{"slug":98,"name":99,"version":81,"author":82,"author_profile":83,"description":100,"short_description":101,"active_installs":86,"downloaded":102,"rating":27,"num_ratings":27,"last_updated":103,"tested_up_to":89,"requires_at_least":90,"requires_php":17,"tags":104,"homepage":94,"download_link":106,"security_score":96,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"edit-tag-slug","Edit Tag Slug (Multisite)","\u003Cp>Allows to specify or edit a tag slug in WordPress Multisite.\u003C\u002Fp>\n","Allows to specify or edit a tag slug in WordPress Multisite.",3967,"2011-02-14T07:32:00.000Z",[19,21,93,105,23],"tag","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fedit-tag-slug.0.4.zip",{"slug":108,"name":109,"version":110,"author":111,"author_profile":112,"description":113,"short_description":114,"active_installs":86,"downloaded":115,"rating":11,"num_ratings":13,"last_updated":116,"tested_up_to":17,"requires_at_least":17,"requires_php":17,"tags":117,"homepage":119,"download_link":120,"security_score":96,"vuln_count":27,"unpatched_count":27,"last_vuln_date":28,"fetched_at":29},"enhanced-admin-links-in-multisite-my-sites-drop-downs","Contributors: aarontgrogg","1.6","Aaron T. Grogg","https:\u002F\u002Fprofiles.wordpress.org\u002Faarontgrogg\u002F","\u003Cp>Another WordPress plug-in that started with me finding something to be annoying,\u003Cbr \u002F>\nfinding a way to fix it, then figuring if it made my life a little better,\u003Cbr \u002F>\nsomeone else might appreciate it too…\u003C\u002Fp>\n\u003Cp>Currently, in a multisite installation, when in Admin mode, in order get to the\u003Cbr \u002F>\n‘Posts’, ‘Pages’, ‘Themes’, ‘Plugins’, ‘Settings’, or ‘Tools’ page for a site,\u003Cbr \u002F>\nbefore you can finally click the admin link you really wanted.\u003C\u002Fp>\n\u003Cp>I never understood why those drop-downs were so limited.  So I added to them.\u003C\u002Fp>\n\u003Cp>This plug-in adds links for ‘Posts’, ‘Pages’, ‘Themes’, ‘Plugins’, ‘Settings’, and ‘Tools’,\u003Cbr \u002F>\nto the ‘Network Admin’ and individual Site drop-downs, making jumping between\u003Cbr \u002F>\nmultisite options a \u003Cstrong>lot\u003C\u002Fstrong> easier…\u003Cbr \u002F>\n\u003Cem>Note that there is no ‘Posts’, ‘Pages’, or ‘Tools’ page available in the ‘Network Admin’ section,\u003Cbr \u002F>\nso those admin links are not added.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cp>Please let me know if you have any questions\u002Fsuggestions\u002Fthoughts,\u003C\u002Fp>\n\u003Cp>Atg\u003C\u002Fp>\n\u003Cp>http:\u002F\u002Faarontgrogg.com\u002F\u003C\u002Fp>\n\u003Cp>aarontgrogg@gmail.com\u003C\u002Fp>\n","Enhanced Admin Links in Multisite 'My Sites' Drop-Downs",2459,"2014-04-18T10:35:00.000Z",[19,118,21,22],"links","http:\u002F\u002Faarontgrogg.com\u002F2013\u002F03\u002F26\u002Fwordpress-plugin-enhanced-admin-links-in-multisite-my-sites-drop-downs\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fenhanced-admin-links-in-multisite-my-sites-drop-downs.zip",{"attackSurface":122,"codeSignals":154,"taintFlows":161,"riskAssessment":162,"analyzedAt":165},{"hooks":123,"ajaxHandlers":150,"restRoutes":151,"shortcodes":152,"cronEvents":153,"entryPointCount":27,"unprotectedCount":27},[124,129,133,137,141,146],{"type":125,"name":126,"callback":126,"file":127,"line":128},"action","init","network-username-restrictions-override.php",26,{"type":125,"name":130,"callback":131,"file":127,"line":132},"admin_init","check_options",33,{"type":125,"name":134,"callback":135,"file":127,"line":136},"wpmu_options","display_options",36,{"type":125,"name":138,"callback":139,"file":127,"line":140},"update_wpmu_options","update_options",37,{"type":142,"name":143,"callback":144,"file":127,"line":145},"filter","wpmu_validate_user_signup","validate_username",38,{"type":142,"name":147,"callback":148,"priority":86,"file":127,"line":149},"sanitize_user","sanitize_username",41,[],[],[],[],{"dangerousFunctions":155,"sqlUsage":156,"outputEscaping":158,"fileOperations":27,"externalRequests":27,"nonceChecks":27,"capabilityChecks":27,"bundledLibraries":160},[],{"prepared":27,"raw":27,"locations":157},[],{"escaped":27,"rawEcho":27,"locations":159},[],[],[],{"summary":163,"deductions":164},"The static analysis of the 'network-username-restrictions-override' plugin v1.3 reveals an exceptionally clean codebase with no identified attack surface, dangerous functions, unescaped output, or file operations. The plugin also demonstrates robust security practices by utilizing prepared statements for all SQL queries and avoiding external HTTP requests. The absence of known CVEs and a history of vulnerabilities further reinforces a strong security posture. This plugin appears to be well-developed with security as a priority, exhibiting a low-risk profile based on the provided data.",[],"2026-03-16T21:12:06.573Z",{"wat":167,"direct":173},{"assetPaths":168,"generatorPatterns":170,"scriptPaths":171,"versionParams":172},[169],"\u002Fwp-content\u002Fplugins\u002Fnetwork-username-restrictions-override\u002Fnetwork-username-restrictions-override.php",[],[],[],{"cssClasses":174,"htmlComments":175,"htmlAttributes":176,"restEndpoints":184,"jsGlobals":185,"shortcodeOutput":186},[],[],[177,178,179,180,181,182,183],"name=\"network_username_restrictions_override_options[allow_email_addresses]\"","name=\"network_username_restrictions_override_options[allow_numeric]\"","name=\"network_username_restrictions_override_options[allow_hyphens]\"","name=\"network_username_restrictions_override_options[allow_underscores]\"","name=\"network_username_restrictions_override_options[allow_periods]\"","name=\"network_username_restrictions_override_options[allow_uppercase]\"","name=\"network_username_restrictions_override_options[min_length]\"",[],[],[]]