import(); } return false; } /** * Complete * * Override if applicable, but ensure that the below actions are * performed, or, call parent::complete(). * * @since 1.0.11 */ protected function complete() { parent::complete(); Astra_Sites_Importer_Log::add( 'Batch Process Complete!' ); do_action( 'astra_sites_batch_process_complete' ); // Delete Log file. delete_option( 'astra_sites_recent_import_log_file' ); } } endif;