WP Manifestindependent plugin directory
manifest / performance / embed-jetpack-custom-css

Embed Jetpack Custom CSS archived

A WordPress plugin to embed Jetpack Custom CSS in the document head to improve performance.

by Cedaro · github.com/cedaro/embed-jetpack-custom-css · website

2stars
16composer installs
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/cedaro/embed-jetpack-custom-css/archive/refs/heads/develop.zip

Also on Packagist as cedaro/embed-jetpack-custom-css:

composer require cedaro/embed-jetpack-custom-css

Declares an update source (cedaro/embed-jetpack-custom-css), so updates arrive through the plugin's own updater.

From the readme

Embed Jetpack Custom CSS Embed Jetpack Custom CSS in the document head to improve performance. Requires: 4.0 Requires Jetpack. Embed Jetpack Custom CSS moves CSS added using Jetpack's Custom CSS module to an inline tag in the document head instead of using the default reference. This eliminates an extra HTTP request and prevents WordPress from being loaded twice for new visitors to improve front end performance. Works best with short snippets of CSS. There aren't any settings -- just install, activate, and you're good to go. Installation ## Upload ### 1. Download the latest release from GitHub. 2. Go to the Plugins → Add New screen in your WordPress admin panel and click the Upload button at the top next to the "Add Plugins" title. 3. Upload the zipped archive. 4. Click the Activate Plugin link after installation completes. Manual ### 1. Download the latest release from GitHub. 2. Unzip the archive. 3. Copy the folder to /wp-content/plugins/. 4. Go to the Plugins → Installed Plugins screen in your WordPress admin panel and click the Activate link under the Embed Jetpack Custom CSS item. R

Read the full README on GitHub →