Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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__) . ‘/’);

Viewing 2 replies - 1 through 2 (of 2 total)