Current File : /home/digitaw/www/wp-content/plugins/formidable/classes/views/frm-fields/back-end/field-html.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="frm-embed-field-placeholder">
	<div class="frm-embed-message">
		<?php esc_html_e( 'Custom HTML:', 'formidable' ); ?>
		<?php echo esc_html( FrmAppHelper::truncate( htmlentities( $field['description'] ), 60 ) ); ?>
	</div>
</div>