Crafting Web Experiences
//
Source: Disable Gutenberg Editor (use Classic Editor) on WordPress (github.com)
wp-config.php:
To increase the memory limit on WordPress, add these configurations into the wp-config.php file:
If you don’t want to use only 127.0.0.1 local IP address for your projects, you can expand that in your computer. Each alias must be added individually like this:
If you want to completely disable the trash: If you want trash to be emptied in 30 days:
In some cases, you might need to clone a multisite for testing or staging purposes, but you might want to use the same database on both clone and production websites. This can be needed not to deal with data synchronization between staging and production sites when it’s ready to take the changes live. It’s especially…