Skip to content

Instantly share code, notes, and snippets.

View milardovich's full-sized avatar

Sergio Milardovich milardovich

View GitHub Profile
@milardovich
milardovich / check-plugin-updates.sh
Created March 31, 2025 20:55
Check for diffs before updating wordpress plugins
#!/bin/bash
# WordPress Plugin Update Checker
# =============================
#
# Author: Sergio Milardovich
#
# This script helps maintain WordPress plugins by checking for custom modifications
# before updating them. It's particularly useful in development environments where
# plugins might have been modified for testing or customization purposes.