WP Manifestindependent plugin directory
manifest / analytics / iis-pack

IIS Pack archived

Functions for GTM, local avatars, removal of emoji scripts etc

by The Swedish Internet Foundation · github.com/sewebb/iis-pack · website

0stars
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/sewebb/iis-pack/archive/refs/heads/main.zip

Readme

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

Read the full README on GitHub →