Skip to content

Instantly share code, notes, and snippets.

The most reliable way to send email from WP engine so far has been using no-reply@(wpenginedomain) for instance we just did [email protected]. I say we maintain that methodology until we see issues or get a customer that MUST have it come from their domain only.
wp search-replace "olddomain.com" "newdomain.com" --all-tables --precise
wp cache flush
wp media regenerate --yes
nslookup -type=any {{domain name}}
nslookup -type=any www.{{domain name}}
nslookup -type=any {{domain name}} {{nameserver}}
@chrisjreber
chrisjreber / side-by-side-images.jsx
Last active January 6, 2025 01:15
Photoshop Script - create merged before and after image
// Created by Chris Reber - [email protected]
// enable double clicking from the Macintosh Finder or the Windows Explorer
#target photoshop
// Settings
var maxHeight = 600;