Skip to content

Instantly share code, notes, and snippets.

View galinio's full-sized avatar
😎
Innovator

Gerald Alinio galinio

😎
Innovator
View GitHub Profile
@galinio
galinio / wp-cleanup.sh
Created March 9, 2026 14:10
WordPress cleanup script - remove unused tags, close comments, delete spam, export 404 URLs (WP-CLI)
#!/bin/bash
# ============================================================
# WordPress Site Cleanup Script
# Run this on your WordPress server to:
# 1. Backup and remove unused tags
# 2. Close comments on all posts and pages
# 3. Disable pingbacks
# 4. Delete spam comments
# 5. Export 404 URLs from Apache logs
# ============================================================