File: /var/www/azvo/wp-content/plugins/fg-joomla-to-wordpress/admin/partials/debug-info.php
<?php $debuginfo = new FG_Joomla_to_WordPress_DebugInfo(); ?>
<br />
<div style="display: flex; align-items: center;">
<textarea readonly="readonly" aria-readonly="true" id="debug_info" rows="20" cols="100"><?php $debuginfo->display(); ?></textarea>
<?php submit_button( __('Copy to clipboard', 'fg-joomla-to-wordpress'), 'primary copy_to_clipboard', 'copy_debug_info', false, array('data-field' => 'debug_info')); ?>
</div>