manifest / performance / kokku-cleanup
Kokku Cleanup
A collection of cleanup, security & optimization modules to be applied to WordPress theme
★ 0stars
5composer installs
1forks
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/kokku/kokku-cleanup/archive/refs/heads/master.zipAlso on Packagist as kokku/kokku-cleanup:
composer require kokku/kokku-cleanupFrom the readme
Kokku Cleanup
A collection of cleanup, security & optimization modules to be applied to WordPress theme. From Developers to Developers with ❤️
Modules
Default
Cleanup
addthemesupport('kokku-cleanup');
Security
Disable Asset Versioning
addthemesupport('kokku-disable-rest-api');
Disable Trackbacks and Pingbacks
addthemesupport('kokku-disable-trackbacks');
Optimization
Disable emojis
addthemesupport('kokku-disable-emojis');
Disable jQuery Migrate
addthemesupport('kokku-disable-jquery-migrate');
Disable Wordpress REST Api
addthemesupport('kokku-disable-rest-api');
Disable Wordpress RSS Feed
addthemesupport('kokku-disable-rss');
Disable oEmbed
addthemesupport('kokku-disable-oembed');
Installation
Composer
Admin Panel (.zip)
You can install this plugin via the WordPress Admin Panel.
1. Download the latest zip of this repo.
2. In your WordPress Admin Panel, navigate to Plugins-Add New
3. Click Upload Plugin
4. Upload the zip file that you downloaded.