# UnclutterWP Plugin

UnclutterWP is a WordPress plugin designed to optimize your website's performance by OPTIONALLY removing unnecessary functionalities and elements. It provides an easy way to clean up your WordPress site and improve its speed and security.

## Features

- **Clean Head**: Removes unnecessary elements from the `<head>` section of your website.
- **Disable JSON API**: Prevents access to the JSON API, reducing potential security risks and server load.
- **Disable REST API**: Completely disables the REST API, improving security and reducing unnecessary requests.
- **Disable Trackbacks**: Removes trackback functionality, which is often considered obsolete and can be a target for spam.
- **Disable Pingback**: Disables the XML-RPC pingback functionality, reducing the risk of DDoS attacks and improving security.
- **Disable Emojis**: Removes the emoji script and styles, reducing page load times and improving performance.
- **Remove Translations**: Disables loading of translations, saving server resources if multilingual support is not needed.
- **Remove wptexturize**: Disables the wptexturize functionality, which automatically formats certain characters, improving performance.
- **Disable Embeds**: Disables oEmbed functionality, reducing potential security risks and improving page load times.
- **Remove Gutenberg Styles**: Removes styles added by Gutenberg, reducing page load times if not using the block editor.
- **Remove XMLRPC**: Blocks access to the XML-RPC file, preventing potential security vulnerabilities and DDoS attacks.

## Installation

1. Download the plugin zip file.
2. Log in to your WordPress admin panel.
3. Go to Plugins > Add New.
4. Click on the "Upload Plugin" button, select the plugin zip file, and click "Install Now".
5. Activate the plugin after installation.

## Usage

Once activated, navigate to Settings > UnclutterWP to configure the plugin settings. Enable or disable the desired features by checking the corresponding checkboxes and click "Save Changes".

## Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please feel free to open an issue or submit a pull request.

## License

This project is licensed under the GPLv2 or later.
