job_step_response();
$filename = null;
if( $job_step_response instanceof \EventEspresso\core\libraries\batch\Helpers\JobStepResponse ) {
$filename = EEH_File::get_filename_from_filepath( $job_step_response->job_parameters()->extra_datum( 'filepath' ) );
}
if( ! $filename) {
$filename = __( 'Unknown', 'event_espresso' );
}
printf( __( 'Generating file %1$s...', 'event_espresso' ), $filename );?>