# PROD cd /home/usilac5/usilacs.org/wp-content/ # Park every MU plugin safely (don’t delete) mkdir -p mu-disabled-rollback mv mu-plugins/* mu-disabled-rollback/ 2>/dev/null || true # If admin still breaks, temporarily park normal plugins too: # (wp will recreate an empty plugins/ folder) mv plugins plugins.off 2>/dev/null || true mkdir plugins