put the HMBKP_PATH before “stop editing”, all the backup files will be written to your path.
define( ‘HMBKP_PATH’, ‘D:\your\backup\path’ );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
put the HMBKP_PATH before “stop editing”, all the backup files will be written to your path.
define( ‘HMBKP_PATH’, ‘D:\your\backup\path’ );
/* That’s all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);