From ff0dee6e01a546e018460b3596275d475e64dcb4 Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Sun, 28 Oct 2018 00:36:10 +0200
Subject: Add some wordpress tips

---
 cheat/.cheat/wordpress | 3 +++
 1 file changed, 3 insertions(+)

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'
-- 
cgit v1.2.1