This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |