[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fu9hC0v_BKNzRFCfMQEBHajNuYap7ikdaRU14nwnumJw":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":11,"last_updated":13,"tested_up_to":14,"requires_at_least":15,"requires_php":16,"tags":17,"homepage":20,"download_link":21,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24,"vulnerabilities":25,"developer":26,"crawl_stats":23,"alternatives":32,"analysis":136,"fingerprints":174},"caledros-helper","Caledros Helper","1.0.0","David Arnado","https:\u002F\u002Fprofiles.wordpress.org\u002Fdarnado\u002F","\u003Cp>This plugin creates a custom Admin Menu with two checkboxes:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>The first checkbox allows the user to remove the core block patterns from the Gutenberg editor. This feature can be activated or deactivated.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>The second checkbox allows the user to deactivate the WordPress REST API for non-authenticated users. This feature can be activated or deactivated.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>After plugin activation, both options will be disabled by default.\u003C\u002Fp>\n","Adds an Admin Menu that allows removing the default block patterns. It also allows deactivating the WordPress REST API for non-authenticated users.",0,277,"2025-12-14T16:59:00.000Z","6.9.4","6.8","8.3",[18,19],"disable-patterns","disable-rest-api","https:\u002F\u002Fcaledrosforge.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcaledros-helper.1.0.0.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":27,"display_name":7,"profile_url":8,"plugin_count":28,"total_installs":11,"avg_security_score":22,"avg_patch_time_days":29,"trust_score":30,"computed_at":31},"darnado",3,30,94,"2026-04-05T01:55:07.399Z",[33,55,79,99,118],{"slug":34,"name":35,"version":36,"author":37,"author_profile":38,"description":39,"short_description":40,"active_installs":41,"downloaded":42,"rating":43,"num_ratings":44,"last_updated":45,"tested_up_to":14,"requires_at_least":46,"requires_php":47,"tags":48,"homepage":53,"download_link":54,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"block-manager","Block Manager","3.2.0","Darren Cooney","https:\u002F\u002Fprofiles.wordpress.org\u002Fdcooney\u002F","\u003Cp>Block Manager gives you complete control over the WordPress Block Editor by allowing you to:\u003C\u002Fp>\n\u003Cp>✅ \u003Cstrong>Disable Blocks\u003C\u002Fstrong> – Remove unwanted blocks from the Block Inserter and Editor\u003Cbr \u002F>\n✅ \u003Cstrong>Disable Patterns\u003C\u002Fstrong> – Hide block patterns you don’t need with a single click\u003Cbr \u002F>\n✅ \u003Cstrong>Change Block Categories\u003C\u002Fstrong> – Reorganize blocks by updating their categories for better workflow\u003C\u002Fp>\n\u003Cp>Simplify your WordPress editing experience by removing clutter and organizing blocks exactly how you need them. Perfect for client sites, custom workflows, and maintaining a clean, focused Block Editor.\u003C\u002Fp>\n\u003Ch3>Key Features\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Disable Blocks\u003C\u002Fstrong>\u003Cbr \u002F>\n– Globally remove any block from the Block Inserter and Block Editor.\u003Cbr \u002F>\n– Disable block variations individually while keeping the core block.\u003Cbr \u002F>\n– Control Embed blocks (Twitter, Facebook, YouTube, etc.) to remove unwanted options.\u003Cbr \u002F>\n– Toggle entire block categories on\u002Foff with one click.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Disable Block Patterns\u003C\u002Fstrong>\u003Cbr \u002F>\n– Remove unwanted block patterns with a simple toggle.\u003Cbr \u002F>\n– Hide core WordPress patterns that don’t fit your site.\u003Cbr \u002F>\n– Clean up the pattern library for a focused editing experience.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Change Block Categories\u003C\u002Fstrong>\u003Cbr \u002F>\n– Update the category of any block to better organize your Block Inserter.\u003Cbr \u002F>\n– Create a custom workflow that matches your editing process.\u003Cbr \u002F>\n– Improve findability by grouping related blocks together.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Additional Features\u003C\u002Fstrong>\u003Cbr \u002F>\n– \u003Cstrong>Code Hooks\u003C\u002Fstrong>: Use filters to control blocks and patterns via \u003Ccode>functions.php\u003C\u002Fcode>.\u003Cbr \u002F>\n– \u003Cstrong>Search and Filter\u003C\u002Fstrong>: Quickly locate blocks and patterns with built-in search.\u003Cbr \u002F>\n– \u003Cstrong>Export Options\u003C\u002Fstrong>: Generate code snippets for syncing across environments.\u003Cbr \u002F>\n– \u003Cstrong>Status Reports\u003C\u002Fstrong>: View active and disabled blocks at a glance.\u003C\u002Fp>\n\u003Ch3>Hooks & Filters\u003C\u002Fh3>\n\u003Cp>Use Block Manager hooks to controls blocks via code and sync options across multiple WordPress environments.\u003C\u002Fp>\n\u003Ch4>gbm_disabled_blocks\u003C\u002Fh4>\n\u003Cp>Use the \u003Ccode>gbm_disabled_blocks\u003C\u002Fcode> hook to remove blocks via backend code.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F functions.php\nadd_filter( 'gbm_disabled_blocks', function() {\n    return [\n        'core\u002Fbuttons',\n        'core\u002Fcolumns',\n        'core\u002Ffreeform',\n        'core\u002Ftable'\n    ];\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>gbm_disabled_patterns\u003C\u002Fh4>\n\u003Cp>Use the \u003Ccode>gbm_disabled_patterns\u003C\u002Fcode> hook to remove block patterns via backend code.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F functions.php\nadd_filter( 'gbm_disabled_patterns', function() {\n   return ['gbm\u002Fcore-patterns', 'core\u002Fquery-standard-posts', 'core\u002Fquery-medium-posts'];\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>gbm_block_categories\u003C\u002Fh4>\n\u003Cp>Use the \u003Ccode>gbm_block_categories\u003C\u002Fcode> hook to update block categories via backend code.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F functions.php\nadd_filter( 'gbm_block_categories', function() {\n    return [\n        [ 'block' => 'core\u002Fhtml', 'cat' => 'design' ],\n        [ 'block' => 'core\u002Fcover', 'cat' => 'design' ],\n        [ 'block' => 'core\u002Fdetails', 'cat' => 'design' ]\n    ];\n});\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>block_manager_user_role\u003C\u002Fh4>\n\u003Cp>Update the minimum user role allowed to access the Block Manager plugin.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u002F\u002F functions.php\nadd_filter(\n    'block_manager_user_role',\n    'edit_theme_options' \u002F\u002F Default: activate_plugins\n);\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Disable unwanted blocks and patterns, organize blocks by changing categories - complete control over your WordPress Block Editor experience.",4000,86888,98,13,"2026-01-14T16:30:00.000Z","5.0","7.0",[49,50,18,51,52],"block-category","disable-blocks","remove-blocks","remove-patterns","https:\u002F\u002Fconnekthq.com\u002Fplugins\u002Fblock-manager\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fblock-manager.3.2.0.zip",{"slug":56,"name":57,"version":58,"author":59,"author_profile":60,"description":61,"short_description":62,"active_installs":63,"downloaded":64,"rating":65,"num_ratings":66,"last_updated":67,"tested_up_to":68,"requires_at_least":69,"requires_php":70,"tags":71,"homepage":76,"download_link":77,"security_score":78,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"wpcontrol","WPControl – The Easiest Optimization Plugin for WordPress","1.0.1","Syed Balkhi","https:\u002F\u002Fprofiles.wordpress.org\u002Fsmub\u002F","\u003Cp>WPControl is the ultimate way to clean up your WordPress site.\u003C\u002Fp>\n\u003Cp>With over 20 built-in optimizations, WPControl allows you to easily enable and disable WordPress Core features, letting you remove those features that you don’t use from the dashboard you and your users see.\u003C\u002Fp>\n\u003Cp>Simply put, WPControl is the ultimate plugin that you need to control your website. With our single plugin, you can remove the need to have plugins for things like:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Disabling emails\u003C\u002Fli>\n\u003Cli>Disabling comments\u003C\u002Fli>\n\u003Cli>Disabling the WordPress REST API\u003C\u002Fli>\n\u003Cli>and so much more\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>All in a single, easy to use plugin that helps boost both the performance and security of your WordPress install.\u003C\u002Fp>\n\u003Cp>WPControl is designed for simplicity first, made by the same \u003Ca href=\"https:\u002F\u002Fwpbeginner.com\u002F\" title=\"WPBeginner\" rel=\"friend nofollow ugc\">WPBeginner team\u003C\u002Fa> that makes your favorite WordPress tutorials.\u003C\u002Fp>\n\u003Cp>Our plugin is used by the plugin authors behind many of your favorite WordPress plugins including \u003Ca href=\"https:\u002F\u002Fwww.monsterinsights.com\u002F\" title=\"MonsterInsights\" rel=\"friend nofollow ugc\">MonsterInsights\u003C\u002Fa> , \u003Ca href=\"https:\u002F\u002Fwpforms.com\u002F\" title=\"WPForms\" rel=\"friend nofollow ugc\">WPForms\u003C\u002Fa>, \u003Ca href=\"https:\u002F\u002Faioseo.com\u002F\" title=\"AIOSEO\" rel=\"friend nofollow ugc\">AIOSEO\u003C\u002Fa>  and more.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>Simple, yet powerful. I love that I can easily disable all of the features of WordPress I’m not using in a single plugin. It makes new site setup a breeze!\u003Cbr \u002F>\n  \u003Cbr \u002F>\n  Chris Christoff\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>At WPControl, we found that there are many unused features of WordPress that make it a hassle sometimes or we just don’t need. There are tons of plugins already out there that will disable a specific feature. But taking the time and energy to optimize all of them was too much. We made just one plugin that has the features of many so you can have a one stop shop for disabling unused features of WordPress.\u003C\u002Fp>\n\u003Cp>Unlike other methods of disabling features, WPControl allows you to disable many features with just a few clicks (no need to hire a developer).\u003C\u002Fp>\n\u003Ch4>Settings Include\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Comments\u003C\u002Fstrong> – You can disable comments site wide or on specific post types such as posts, pages, and media.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Gutenberg\u003C\u002Fstrong> – Disables the Gutenberg block editor and reverts it the Classic Editor\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable “Try Gutenberg” Nag\u003C\u002Fstrong> – Removes the annoying admin notice that keeps nagging you to try Gutenberg\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Shortlinks\u003C\u002Fstrong> – The tag is auto generated by WordPress and is used to create shortlinks. If you are already using pretty permalinks, such as the PrettyLinks plugin. Then there is no need for this unnecessary tag.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable RSD Link\u003C\u002Fstrong> – RSD Links are used by blog clients and some 3rd parties that utilize XML-RPC requests. If you edit your site through your browser, then you do not need it. Most of the time, it is just unnecessary code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Remove XFN Profile Link\u003C\u002Fstrong> – The XFN Profile Link is used to add semantic data to links to be used by browsers to assign relationships between profiles. Basically it tells browsers that the site contains links that use XFN Specification\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable wlwmanifest Link\u003C\u002Fstrong> – The wlwmanifest link is used by Windows Live Writer. If you don’t use Windows Live Writer then disable the link as it is unnecessary code.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Links to Previous and Next Post\u003C\u002Fstrong> – If your site is not a blog and is used as a CMS, then this feature will remove the previous and next post links in your WordPress theme.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable XML-RPC Pingback\u003C\u002Fstrong> – Removes XML-RPC method to prevent abuse of site’s pingback while you can use the rest of the XML-RPC Pingback method.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Gravatar\u003C\u002Fstrong> – Blocks users WordPress from getting user Gravatar from their email to add privacy for the users or prevent inappropriate avatars.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Rest API\u003C\u002Fstrong> – Disables the REST-API to prevent abuse of Rest\u002FJSON API.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Hide Login Errors\u003C\u002Fstrong> – An attacker can find the authors login using a similar request as mysite.com\u002F?author=1.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Remove HTML comments\u003C\u002Fstrong> – Removes HTML comments in source code to add a layer of defense from attackers trying to find the version of plugins.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Remove Meta Generator\u003C\u002Fstrong> – This meta tag allows attackers to see the version of WordPress, it serves no useful purpose.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Right Click\u003C\u002Fstrong> – You can disable the ability to right click on your site, or just specific things like posts, pages, media, front page, and even have the ability to show an alert to the user that right click is disabled.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Admin Notices\u003C\u002Fstrong> – You can disable all admin notices that appear in the admin settings page.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable New User Emails\u003C\u002Fstrong> – Stops WordPress from sending new user notification emails to admin.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Search\u003C\u002Fstrong> – Disable the front-end search bar in WordPress.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Lazy Loading\u003C\u002Fstrong> – Removes the lazy loading functionality that was added in WordPress 5.3.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Hide Admin Toolbar\u003C\u002Fstrong> – Hides the admin toolbar when the admin is on the front-end\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Disable Dashboard Widgets\u003C\u002Fstrong> – Gives you the option to disable whichever default dashboard widgets you want.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>After reading this feature list, you can probably imagine why WPControl is the best disable plugin for WordPress.\u003C\u002Fp>\n\u003Cp>Give WPControl a try today!\u003C\u002Fp>\n\u003Ch4>Credits\u003C\u002Fh4>\n\u003Cp>This plugin is created by Zain Balkhi of the \u003Ca href=\"https:\u002F\u002Fwpbeginner.com\u002F\" title=\"WPBeginner\" rel=\"friend nofollow ugc\">WPBeginner team\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>What’s Next\u003C\u002Fh4>\n\u003Cp>If you like this plugin, then consider checking out our other projects:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.monsterinsights.com\u002F\" title=\"MonsterInsights\" rel=\"friend nofollow ugc\">MonsterInsights\u003C\u002Fa> – Best Google Analytics plugin for WordPress\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Foptinmonster.com\u002F\" title=\"OptinMonster\" rel=\"friend nofollow ugc\">OptinMonster\u003C\u002Fa> – Get More Email Subscribers\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpforms.com\u002F\" title=\"WPForms\" rel=\"friend nofollow ugc\">WPForms\u003C\u002Fa> – Best WordPress Contact Form Plugin\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Faioseo.com\u002F\" title=\"AIOSEO\" rel=\"friend nofollow ugc\">AIOSEO\u003C\u002Fa> – The original WordPress SEO plugin to help you rank higher in search results (trusted by over 2 million sites)\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.seedprod.com\u002F\" title=\"SeedProd\" rel=\"friend nofollow ugc\">SeedProd\u003C\u002Fa> – Most popular coming soon & maintenance mode plugin for WordPress\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwpmailsmtp.com\u002F\" title=\"WP Mail SMTP\" rel=\"friend nofollow ugc\">WP Mail SMTP\u003C\u002Fa> – Improve email deliverability for your contact form with the most popular SMTP plugin for WordPress\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Frafflepress.com\u002F\" title=\"RafflePress\" rel=\"friend nofollow ugc\">RafflePress\u003C\u002Fa> – Best WordPress giveaway and contest plugin to grow traffic and social followers\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fsmashballoon.com\u002F\" title=\"Smash Balloon\" rel=\"friend nofollow ugc\">Smash Balloon\u003C\u002Fa> – #1 social feeds plugin for WordPress – display social media content in WordPress without code\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fpushengage.com\u002F\" title=\"PushEngage\" rel=\"friend nofollow ugc\">PushEngage\u003C\u002Fa> – Connect with visitors after they leave your website with the leading web push notification plugin\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ftrustpulse.com\u002F\" title=\"TrustPulse\" rel=\"friend nofollow ugc\">TrustPulse\u003C\u002Fa> – Add real-time social proof notifications to boost your store conversions by up to 15%\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>This plugin would not be possible without the help and support of \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002F\" title=\"WPBeginner\" rel=\"friend nofollow ugc\">WPBeginner\u003C\u002Fa>, the largest WordPress resource site. You can learn from our \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002Fcategory\u002Fwp-tutorials\u002F\" title=\"WordPress Tutorials\" rel=\"friend nofollow ugc\">free WordPress Tutorials\u003C\u002Fa> like \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002Fhow-to-install-wordpress\u002F\" title=\"How to Install WordPress - Step by Step\" rel=\"friend nofollow ugc\">how to install WordPress\u003C\u002Fa>, \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002Fwordpress-hosting\u002F\" title=\"How to choose the best WordPress hosting\" rel=\"friend nofollow ugc\">choose the best WordPress hosting\u003C\u002Fa>, \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002Fglossary\u002F\" title=\"WordPress Glossary Terms for Beginners\" rel=\"friend nofollow ugc\">WordPress glossary\u003C\u002Fa>, and more.\u003C\u002Fp>\n\u003Cp>You can also learn about other \u003Ca href=\"http:\u002F\u002Fwww.wpbeginner.com\u002Fcategory\u002Fplugins\u002F\" title=\"Best WordPress Plugins\" rel=\"friend nofollow ugc\">best WordPress plugins\u003C\u002Fa>.\u003C\u002Fp>\n","The easiest way to improve your website's security, performance, and user experience.",200,4235,90,2,"2022-04-18T21:12:00.000Z","5.9.13","3.8.0","5.6",[72,73,19,74,75],"disable-comments","disable-gutenberg","performance","security","https:\u002F\u002Fwww.wpcontrol.com\u002F?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwpcontrol.1.0.1.zip",85,{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":22,"downloaded":87,"rating":11,"num_ratings":11,"last_updated":88,"tested_up_to":89,"requires_at_least":90,"requires_php":91,"tags":92,"homepage":97,"download_link":98,"security_score":78,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"turn-off-rest-api","Turn Off REST API","1.0.4","ksym04","https:\u002F\u002Fprofiles.wordpress.org\u002Fksym04\u002F","\u003Cp>Turn off JSON REST API on your website to anonymous users and prevent unauthorized requests from using the REST API to get information from your website.\u003C\u002Fp>\n\u003Cp>Since the release of WordPress 4.0 came out, there have been a lot of hackers exploiting the vulnerabilities of the REST API. By installing this plugin, you will effectively prevent and disable the use of REST API from unauthorized users and protect the information on your website from being accessible. If someone tries to access the REST API on your site, the plugin will return an authentication error on the API endpoints, for any unauthorized users trying to access it.\u003C\u002Fp>\n\u003Cp>While WordPress REST API vulnerability exploits continue this plugin effectively prevent and disable the used of REST API from accessing information from your website, this plugin return authentication error and disable all endpoints for any user not logged in on your website.\u003C\u002Fp>\n\u003Ch3>Translations\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>English (en_US)\u003C\u002Fli>\n\u003C\u002Ful>\n","Prevents unauthorized requests from using the WP REST API.",2467,"2020-07-01T02:51:00.000Z","5.4.19","4.7","",[93,94,19,95,96],"admin","api","json","rest","https:\u002F\u002Fwww.dopethemes.com\u002Fdownloads\u002Fturn-off-rest-api\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fturn-off-rest-api.1.0.4.zip",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":107,"downloaded":108,"rating":11,"num_ratings":11,"last_updated":109,"tested_up_to":110,"requires_at_least":111,"requires_php":91,"tags":112,"homepage":116,"download_link":117,"security_score":78,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":24},"server-response","Server Response","1.1","seoriver","https:\u002F\u002Fprofiles.wordpress.org\u002Fseoriver\u002F","\u003Cp>Server Response поможет вам скорректировать заголовки ответа сервера и отключить REST API.\u003C\u002Fp>\n\u003Cp>Функции плагина:\u003C\u002Fp>\n\u003Col>\n\u003Cli>\n\u003Cp>Отключение REST API.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Удаление ссылки на REST API из ответа сервера.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Актуализация даты заголовков Expires и Last-Modified в ответе сервера. Создание данных заголовков, если они отсутствуют.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>Удаление rel=shortlink из ответа сервера.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Fol>\n","Поможет вам скорректировать заголовки ответа сервера и отключить REST API.",10,1448,"2017-08-04T01:27:00.000Z","4.8.28","4.6",[19,113,114,115,100],"disable-wp-json","expires","last-modified","http:\u002F\u002Fseo-river.ru\u002Fserver-response\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fserver-response.zip",{"slug":119,"name":120,"version":58,"author":121,"author_profile":122,"description":123,"short_description":124,"active_installs":11,"downloaded":125,"rating":11,"num_ratings":11,"last_updated":91,"tested_up_to":126,"requires_at_least":127,"requires_php":128,"tags":129,"homepage":133,"download_link":134,"security_score":22,"vuln_count":11,"unpatched_count":11,"last_vuln_date":23,"fetched_at":135},"disable-services-manager","Disable Services Manager","Mayur Prajapati","https:\u002F\u002Fprofiles.wordpress.org\u002Fmayur8991\u002F","\u003Cp>Disable Services Manager is the most powerful plugin for stopping or disabling unnecessary services on your WordPress site. It protects your site from online security threats and spammers, and improves website security.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Disable Comments\u003C\u002Fli>\n\u003Cli>Disable Emails\u003C\u002Fli>\n\u003Cli>Disable WordPress Updates\u003C\u002Fli>\n\u003Cli>Disable Widgets\u003C\u002Fli>\n\u003Cli>Disable Fatal Error Emails\u003C\u002Fli>\n\u003Cli>Disable Right Click on Entire Website\u003C\u002Fli>\n\u003Cli>Disable XML-RPC Pingback\u003C\u002Fli>\n\u003Cli>Disable REST API\u003C\u002Fli>\n\u003Cli>Disable XML-RPC\u003C\u002Fli>\n\u003C\u002Ful>\n","A powerful tool is available to help you disable unused services on your site, providing protection against spammers and enhancing overall website sec &hellip;",733,"6.5.8","6.2","7.4",[72,130,19,131,132],"disable-email","spam","xml-rpc","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdisable-services-manager","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdisable-services-manager.zip","2026-03-15T10:48:56.248Z",{"attackSurface":137,"codeSignals":162,"taintFlows":169,"riskAssessment":170,"analyzedAt":173},{"hooks":138,"ajaxHandlers":158,"restRoutes":159,"shortcodes":160,"cronEvents":161,"entryPointCount":11,"unprotectedCount":11},[139,145,149,155],{"type":140,"name":141,"callback":142,"file":143,"line":144},"action","admin_init","caledros_helper_register_settings","plugin-settings\\admin-page.php",38,{"type":140,"name":146,"callback":147,"file":143,"line":148},"admin_menu","caledros_helper_add_settings_page",58,{"type":150,"name":151,"callback":152,"file":153,"line":154},"filter","rest_authentication_errors","closure","plugin-settings\\deactivate-rest-api.php",28,{"type":140,"name":156,"callback":152,"file":157,"line":154},"after_setup_theme","plugin-settings\\remove-default-block-patterns.php",[],[],[],[],{"dangerousFunctions":163,"sqlUsage":164,"outputEscaping":166,"fileOperations":11,"externalRequests":11,"nonceChecks":11,"capabilityChecks":11,"bundledLibraries":168},[],{"prepared":11,"raw":11,"locations":165},[],{"escaped":11,"rawEcho":11,"locations":167},[],[],[],{"summary":171,"deductions":172},"The caledros-helper plugin v1.0.0 demonstrates a very strong security posture based on the provided static analysis. The absence of any AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the potential attack surface. Furthermore, the code signals indicate diligent security practices, with no dangerous functions, all SQL queries utilizing prepared statements, and all output being properly escaped. The lack of file operations and external HTTP requests further reduces risk.\n\nThe taint analysis shows no identified flows, suggesting that data passed into the plugin is handled safely. The vulnerability history is also clear, with no known CVEs, indicating a lack of publicly disclosed vulnerabilities for this plugin. This combination of minimal attack surface, secure coding practices, and a clean vulnerability history paints a picture of a well-developed and secure plugin. However, the absence of any capability checks or nonce checks, while not an immediate issue given the zero attack surface, could become a concern if the plugin were to be expanded in the future without implementing these security measures.",[],"2026-03-17T07:25:04.075Z",{"wat":175,"direct":180},{"assetPaths":176,"generatorPatterns":177,"scriptPaths":178,"versionParams":179},[],[],[],[],{"cssClasses":181,"htmlComments":182,"htmlAttributes":183,"restEndpoints":184,"jsGlobals":185,"shortcodeOutput":186},[],[],[],[],[],[]]