WP Manifestindependent plugin directory
manifest / performance / head.js.wp

Head.js.wp

A WordPress plugin to load wp_footer scripts via head.js

by Kyle Reicks · github.com/kylereicks/head.js.wp · website

4stars
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/kylereicks/head.js.wp/archive/refs/heads/master.zip

Head.js.wp Plugin

A plugin to load all footer scripts and styles with head.js.

Details

This plugin loads the scripts and styles enqueued in footer with the head.js loader.

Head.js.wp assumes that scripts are loaded via wp_enqueue_script() and that any script enqueued in the <head> intends to be loaded before the rest of the page.