Fluent API for site owners to manipulate the scripts and styles on the frontend of their site.
As of April 2026, Encute is a WordPress styles plugin with 20 active installations and a 4/5 rating from 1 reviews. It has been downloaded 7.9K+ times in total. Requires WordPress 5.8+ and PHP 7.4+. Available on WordPress.org since 2021. Last updated 4 years ago — may have compatibility concerns. Top alternative: Simple Custom CSS Plugin.
Encute provides a fluent, declarative API for site owners to manipulate the scripts and styles that WordPress, themes, and plugins shove onto their site. Move things into the footer, defer loading, remove assets entirely. Or load scripts async, or as modules, or as nomodule!
Here’s an example of how you could use the plugin:
<?php
use CWS\Encute\{ Plugin, Script, Style };
add_action(Plugin::class, function (Plugin $plugin) {
$isContactPage = fn () => is_page('contact');
Script::get('contact-form-7')->keepIf($isContactPage)->footer()->defer();
Style::get('contact-form-7')->keepIf($isContactPage)->footer()->defer();
Style::get(['mediaelement', 'wp-mediaelement'])->footer()->defer();
Style::get('material-icons')->defer();
Scri…| WordPress | 5.8+ requiredTested up to 5.8.13 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.