WP Manifestindependent plugin directory
manifest / utilities / mo-easy-tools

MO Easy Tools self-updates

Lightweight must-use WordPress plugin with a settings page. Hides WP version, enables & sanitizes SVG uploads, configures SMTP, supports common analytics/measurement codes, and is fully compatible with WordPress Multisite.

by Marek Olšavský · github.com/marektp/mo-easy-tools · 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/marektp/mo-easy-tools/archive/refs/heads/main.zip

Ships its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.

Common WordPress utilities: tracking codes, SVG support, image quality, hide unnecessary info, SMTP.

Description

MO Easy Tools is a lightweight utility plugin for WordPress providing:

  • Measurement codes — Google Analytics (GA4), Google Tag Manager, Meta Pixel
  • Hide unnecessary info — generator tag, versions, WLW manifest, RSD, oEmbed, REST header, RSS
  • SVG support — enable SVG uploads with optional sanitization (removes XSS vectors)
  • Image quality — Lanczos resize filter with unsharp mask (requires Imagick)
  • SMTP — configure WordPress email via external SMTP server
  • Common settings — disable speculative loading

Installation

  1. Upload the mo-easy-tools folder to /wp-content/plugins/
  2. Activate the plugin in the WordPress admin
  3. Go to MO Easy Tools in the admin menu

Changelog

0.6.2

  • cleanup double requires
  • cleanup CSS, js
  • implemented hide XML-RPC

0.6.1

  • Initial public distribution

0.6.0

  • SVG sanitizer (DOMDocument based, removes scripts and XSS vectors)
  • Lanczos image resize with unsharp mask
  • Complete SMTP configuration
  • MultiSite support
  • i18n ready (cs_CZ, es_ES)

0.5.0

  • Initial structured release