Feature Flipper

Description

This plugin gives you the ability to manage core WordPress features like Comments, the Block Editor (Gutenberg), Emojis, XML-RPC, Feeds, Updates, Automatic Updates, Cron, Heartbeat, and more. If you don’t need certain features, you can easily toggle them off or customize their behavior.

It also includes additional utility features, like showing your site’s environment type in the admin bar, enabling maintenance or private mode, or using random URLs for media pages, which you can enable or disable as needed.

Features

This plugin organizes these settings into sections so you can quickly find and manage what you need:

General

Tweak key WordPress features to fit your needs:

  • Block Editor: Prefer the Classic Editor? Disable the Block Editor for all or specific post types.
  • Block-based Widgets: Turn off the “Block Widgets Editor”.
  • Comments: Disable comments and remove related elements in the admin area.
  • Revisions: Disable or limit the number of post revisions to save to improve performance.
  • Post Embed: Stop other sites from embedding your post content.
  • Self-ping: Prevent pingbacks to your own site.
  • Feeds: Disable RSS feeds if you don’t need them.

Admin

Customize your admin experience:

  • Dashboard Widgets: Remove unwanted or all dashboard widgets.
  • Footer Text: Get rid of the Thank you for creating with WordPress footer text.
  • Update Nags: Hide update notices for WordPress, plugins, and themes.
  • Admin Bar: Remove the admin bar on your site’s front end.
  • Howdy Text: Replace the Howdy greeting in the admin bar.
  • Environment Type: Display site’s environment type (e.g. Development, Staging, Production) in the admin bar.

Media

Adjust media-related settings:

  • Attachment Page: Disable attachment pages or re-enable them on WordPress 6.4+.
  • Attachment Slug: Use random URLs for media pages to avoid slug conflicts.
  • Infinite Scroll: Restore infinite scroll in the Media Library.
  • Big Image Size: Prevent WordPress to scale down big images.
  • Image Quality: Adjust the quality of uploaded images (JPEG only).

Site

Control access and assets on your site:

  • Search: Prevent use from using search on your site to find posts, pages, and other content.
  • Sitemap: Disable built-in XML sitemaps in WordPress.

Unload some of the assets that are not always necessary for your site:

  • Emojis: Improve performance by removing emoji scripts and styles.
  • Script Version: Remove version query strings from scripts and styles URLs.
  • jQuery Migrate: Disable jQuery Migrate if it’s not needed.

Clean-up some unused metadata from your site:

  • RSD Link: Remove the Really Simple Discovery (RSD) tag.
  • Generator Meta Tag: Remove the WordPress version meta tag.
  • Shortlink: Remove the shortlink meta tag.

Security

Improve your site’s security by disabling or limiting access to certain features:

  • File Edit: Disable the built-in file editor for themes and plugins.
  • XML-RPC: Disable the XML-RPC endpoint.
  • API Authentication: Require authentication for all REST API requests.

Manage passwords policy on the site:

  • Reset Password: Prevent users from resetting their passwords.
  • Application Passwords: Disable Application Passwords and remove related UI elements.

Advanced

For advanced users, you may configure these following features, but do it carefully:

  • Mailing: Prevent WordPress to send outgoing mail.
  • Updates: Enable or disable updates for WordPress, plugins, and themes.
  • Cron: Disable WP-Cron and use a real cron job.
  • Heartbeat: Adjust or disable the Heartbeat API to reduce resource usage.

Screenshots

  • The “General” section provides an easy way to enable and disable core features in like the Block Editor, Block-based Widgets, Comments, etc.
  • The “Admin” section allows you to manage features that are in the admin area, like the Admin Bar, Dashboard Widgets, etc.
  • In “Media” section, you can manage the Media Library as well as how the media upload is handled.
  • Needs to put your site in “Maintenance Mode”? it’s only a click away in the “Site” section.
  • Hardening your site? The “Security” section provides an easy way to disable some features that could be a security risk.
  • And more…

Installation

Installation from within WordPress

  1. Visit Plugins › Add New.
  2. Search for Feature Flipper.
  3. Install and activate the Feature Flipper plugin.

Manual upload

  1. Upload the entire syntatis-feature-flipper folder to the /wp-content/plugins/ directory.
  2. Visit Plugins.
  3. Activate the Feature Flipper plugin.

Learn more about installing plugins.

FAQ

Is this plugin compatible with WordPress Multisite?

Not yet, but it’s on the plan!

How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.

Reviews

There are no reviews for this plugin.

Contributors and Developers

“Feature Flipper” is open source software. The following people have contributed to this plugin.

Contributors

“Feature Flipper” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Feature Flipper” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

2.0.0

  • Refocusing plugin features to handle WordPress core features only, instead of adding new ones.
  • Fix UI compatibility issues on WordPress 6.4.
  • Bumped minimum WordPress compatibility to 6.4.
  • Tested compatibility for WordPress 6.8.
  • Various performance optimizations.