WP Manifestindependent plugin directory
manifest / performance / deaktiver

Deaktiver

Disable native features of WordPress that you don't need.

by Faramaz patrick · github.com/wpperformance/deaktiver · website

10stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wpperformance/deaktiver/archive/refs/heads/main.zip

Declares an update source (false), so updates arrive through the plugin's own updater.

From the readme

Deaktiver WordPress plugin to disable default features you do not need (RSS, comments, jQuery, posts/blog, etc.). Settings You can use the plugin options page, or a theme config file for a more accurate setup that avoids a database call: {theme}/config/deaktiver.php Example: true means the feature is disabled. Changelog 1.5.2 - Posts / blog: extract admin post type resolution (resolveadminposttype()) and add unit tests for CPT save vs native post block cases. Same allow/block behavior as 1.5.1. 1.5.1 - Posts / blog: fix CPT save on post.php when posts is disabled — no longer 403 custom post types. Classic editor POSTs to post.php without a query string; resolve posttype from GET, then POST, then getposttype() of the edited ID. Native posts, categories and tags stay blocked. 1.5.0 - Posts / blog: new posts option to disable the native blog surface - Admin: hide Posts menu, block post/category/tag screens, remove Quick Draft and “New Post” admin bar item - Front: 301 redirect to home for single posts, category/tag archives, post-only author/date archives, post feeds, and post-only search - Queries: exclude post from front search and secondary queries (Query Loop, e

Read the full README on GitHub →

Releases

TagPublished
1.5.2 Sep 7, 2026
1.5.1 Aug 17, 2026
1.5.0 Aug 9, 2026
1.0.0 Aug 9, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.