seravo/wp-simple-header-footer-html

A simple plugin for injecting HTML into various places in your WordPress theme output.

1.2.2 2018-02-09 08:33 UTC

This package is not auto-updated.

Last update: 2024-04-23 14:33:44 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A simple plugin for injecting HTML into various places in your WordPress theme output.

Description

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.

Installation

The Composer Way (preferred)

Install the plugin via Composer

composer require seravo/wp-simple-header-footer-html

Activate the plugin

wp plugin activate wp-simple-header-footer-html

The Old Fashioned Way

You can also install the plugin by directly uploading the zip file as instructed below:

  1. Download the plugin
  2. Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
  3. Activate the plugin