aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/wordpress
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/.cheat/wordpress')
-rw-r--r--cheat/.cheat/wordpress3
1 files changed, 3 insertions, 0 deletions
diff --git a/cheat/.cheat/wordpress b/cheat/.cheat/wordpress
index d92748a..c9bd1ce 100644
--- a/cheat/.cheat/wordpress
+++ b/cheat/.cheat/wordpress
@@ -16,3 +16,6 @@ define( 'WP_DEBUG_DISPLAY', false );
# Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
+
+# Change url in database
+wp search-replace 'http://example.com' 'https://example.com'