wordplate/headache

This package is abandoned and no longer maintained. The author suggests using the vinkla/headache package instead.

An easy-to-swallow painkiller plugin for WordPress

Installs: 3 650

Dependents: 0

Suggesters: 0

Security: 0

Stars: 123

Watchers: 10

Forks: 13

Open Issues: 0

Type:wordpress-muplugin

3.5.2 2025-05-16 07:37 UTC

README

An easy-to-swallow painkiller plugin for WordPress.

The plugin removes a lot of default WordPress stuff you just can't wait to get rid of. It removes meta tags such as feeds, version numbers and emojis.

Build Status Monthly Downloads Latest Version

Installation

Require the package, with Composer, in the root directory of your project.

composer require vinkla/headache

The plugin will be installed as a must-use plugin.

Features

All features are activated by default when the plugin is activated.

Security Features

Comment & Feed Management

  • Disable comments
    Turns off the commenting system entirely, useful for sites that don't need user interaction or want to prevent spam.

  • Disable comments feeds
    Removes RSS feeds for comments, reducing unnecessary feed endpoints.

  • Disable feeds
    Redirects all RSS/Atom feeds to the homepage, eliminating content syndication endpoints that may not be needed.

Content & Attachment Management

  • Disable attachment pages
    Prevents direct access to attachment pages and redirects them to 404, reducing potential SEO issues and security vulnerabilities.

  • Remove reserved attachment slugs
    Uses UUIDs for attachment slugs instead of predictable names, preventing slug reservation conflicts and improving security.

Gutenberg & Editor Cleanup

Performance & Cleanup

SEO & Indexing

User Role Management

Meta Tag & Link Cleanup

Login Page Customization