WP Manifestindependent plugin directory
manifest / developer / wp-swiss-knife

WP Swiss Knife

A powerful developer's toolkit plugin for WordPress.

by Herman Zuiakov · github.com/hermanzuiakov/wp-swiss-knife · 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/hermanzuiakov/wp-swiss-knife/archive/refs/heads/master.zip

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

From the readme

WP Swiss Knife WP Swiss Knife is a powerful developer toolkit plugin for WordPress, offering a variety of features to enhance, optimize, and secure WordPress sites. This plugin provides a centralized solution for managing security settings, file support, caching, and many other important aspects of site management. Description WP Swiss Knife is designed to simplify the life of WordPress developers by bringing multiple tools together in one plugin. From security enhancements to performance optimizations, this plugin aims to cover essential needs for developing and maintaining WordPress websites effectively. Features and Functionality Below is a list of features planned for WP Swiss Knife, along with their current implementation status: 1. HTTP/HTTPS Redirects - Description: Redirects all traffic to HTTPS or HTTP based on settings. - Status: ✅ Implemented 2. WWW/Non-WWW Redirects - Description: Redirects URLs to include or exclude 'www' in the domain. - Status: ✅ Implemented 3. SVG/ICO File Support - Description: Enables support for uploading SVG and ICO files, with basic sanitization for SVG. - Status: ✅ Implemented 4. Disable Gutenberg Editor - Description: Allows disablin

Read the full README on GitHub →