WP Manifestindependent plugin directory
manifest / utilities / nrw-clean-start

NRW Clean Start

Automatically removes Akismet and Hello Dolly plugins and sets WordPress permalinks to Post Name structure after activation.

by NRW India · github.com/sourabhdev41/nrw-clean-start · website

0stars
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/sourabhdev41/nrw-clean-start/archive/refs/heads/main.zip

Readme

NRW Clean Start

A lightweight WordPress plugin that automatically cleans up a fresh WordPress installation.

Features

  • Removes Akismet Anti-Spam plugin
  • Removes Hello Dolly plugin
  • Changes permalink structure to Post Name
  • Runs automatically on activation
  • Lightweight and simple

Installation

  1. Download the plugin.

  2. Upload the plugin folder to:

    wp-content/plugins/

  3. Activate NRW Clean Start from the WordPress Admin Panel.

What Happens After Activation?

The plugin will:

  • Deactivate Akismet if active
  • Delete Akismet plugin files
  • Deactivate Hello Dolly if active
  • Delete Hello Dolly plugin files
  • Set permalink structure to:
/%postname%/
  • Flush rewrite rules automatically

Requirements

  • WordPress 5.0+
  • PHP 7.4+

Author

NRW India

Website: https://wp.nrwone.in

Version

1.0.0

License

GPL v2

Read the full README on GitHub →