"; foreach ( (array) $this->responses as $response ) { echo $response; } echo ''; if ( wp_doing_ajax() ) { wp_die(); } else { die(); } } }