?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/caldera-forms/ui/support/panels/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/caldera-forms/ui/support

?? Viewing: debug.php

<?php
/**
 * Support page -- debug view
 *
 * @package Caldera_Forms
 * @author    Josh Pollock <Josh@JoshPress.net>
 * @license   GPL-2.0+
 * @link
 * @copyright 2016 CalderaWP LLC
 */

?>
<div id="caldera-config-group-short">
	<h3><?php esc_html_e( 'Short Debug Information', 'caldera-forms' ); ?></h3>

	<?php echo Caldera_Forms_Support::short_debug_info(); ?>

</div>

<div id="caldera-config-group-full">
	<h3><?php esc_html_e( 'Full Debug Information', 'caldera-forms' ); ?></h3>

	<?php echo Caldera_Forms_Support::debug_info(); ?>

</div>


??

??