JoeHana
11/17/2016 - 1:55 AM

WPCasa: Reset Demo Content Import DB

WPCasa: Reset Demo Content Import DB

/**
 * If the Demo Content Import fails, the following code can be placed to any PHP File
 * which gets loaded (eg. functions.php), saved, page reloaded and removed.
 * It will delete the entry in the DB to reset the Demo Content Importer to be able to re-try it.
 */
delete_option( 'wpsight_demo_import_step_content' );
delete_option( 'wpsight_demo_import_step_theme-options' );
delete_option( 'wpsight_demo_import_step_widgets-content' );
delete_option( 'wpsight_demo_import_step_custom-options' );