Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 934 Bytes

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 934 Bytes

IIS Pack

IIS Pack is a Wordpress plugin built for The Swedish Internet Foundations' sites. The plugin basically does the following (if configured):

  • Adds Google Tag Manager tracking
  • Adds an alert message on top of the sites
  • Removes emoji scripts
  • Adds local profile images to Wordpress users

IIS Pack is based on this boilerplate: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate

Installation

  • Add the plugin to your Wordpress site
  • Make sure wp_head(), wp_footer() and body_class() is in the theme
  • Activate IIS Pack
  • Change settings in Settings » IIS Pack

Changelog

3.0.0

Rewrite of alert message functionality. Moved to a dedicated page and requires time ranges for visibility. Changes underlying data structure for alerts so old, active alerts, will not be visible.

2.3.1

Add alert message type – info, warning, error

2.3.0

Initial public commit