diff options
author | neodarz <neodarz@neodarz.net> | 2018-10-28 00:36:10 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-11-27 15:38:23 +0100 |
commit | ff0dee6e01a546e018460b3596275d475e64dcb4 (patch) | |
tree | 7787be17c9f69800d6f2099caa8d84779d4eebec /cheat | |
parent | 4f0c8816bf04450067c9ffbeb9ac9abd1c50382a (diff) | |
download | dotfiles_ascii-ff0dee6e01a546e018460b3596275d475e64dcb4.tar.xz dotfiles_ascii-ff0dee6e01a546e018460b3596275d475e64dcb4.zip |
Add some wordpress tips
Diffstat (limited to 'cheat')
-rw-r--r-- | cheat/.cheat/wordpress | 3 |
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' |