A simple plugin for injecting HTML into various places in your WordPress theme output.
This plugin is useful if you have want to enable your users to insert custom CSS or add custom headers or some JavaScript into the site without having to edit any theme files. Unlike similar header/footer plugins, this plugin by design does not allow to insert PHP code and does not contain any evil eval() calls.
The plugin is safe to use in WordPress Network installations, where site admins are not supposed to have PHP execution access but any HTML/CSS/JS code is safe to accept.
Simple Header Footer HTML is made by Seravo.com. Seravo provides Premium Hosting and Upkeep service for WordPress.
Install the plugin via Composer
composer require seravo/wp-simple-header-footer-html
Activate the plugin
wp plugin activate wp-simple-header-footer-html
You can also install the plugin by directly uploading the zip file as instructed below: