=== Inline JavaScript in Head === Contributors: palasthotel, greatestview Donate link: https://palasthotel.de/ Tags: javascript, scripts, enqueue, inline, head, performance, filter, hook Requires at least: 4.0 Tested up to: 5.4 Stable tag: 1.2.0 Requires PHP: 5.4 License: GNU General Public License v3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Boosts performance of critical short JavaScripts by placing their content directly into the HTML head. == Description == **CAUTION**: This plugin is now deprecated! The successor plugin is [Embed JavaScript File Content](https://wordpress.org/plugins/embed-javascript-file-content/). The new plugin is rebuild from scratch and more rock solid: It respects order and position of scripts and extra scripts added via `wp_add_inline_script` or `wp_localize_script` don’t get lost. Give it a try! In some cases you cannot wait for a JavaScript file to load, even if it is placed early in the `
` section of your template. You can benefit from better performance, if you place the JavaScript code directly inside a `