
Some Useful “Constants” for UpdraftPlus
If you are using the UpdraftPlus plugin for site backups then you can control a number of parts of the plugin using constants. Useful Constants for UpdraftPlus The constants for the UpdraftPlus plugin can be added to the site wp-config.php file. Adding constants to your site wp-config.php is possible using the code snippets extension of MainWP. You can also manually edit the site’s wp-config.php file to add the required constant to it. If you have larger database tables then you can set the backup for the database to always use binary MySQL dump using this constant; define(‘UPDRAFTPLUS_ALWAYS_TRY_MYSQLDUMP’, true); If you