| 1 |
<?php |
| 2 |
if ( ! defined( 'ABSPATH' ) ) { |
| 3 |
die( 'You are not allowed to call this page directly.' ); |
| 4 |
} |
| 5 |
?> |
| 6 |
<div class="frm-embed-field-placeholder"> |
| 7 |
<div class="frm-embed-message"> |
| 8 |
<?php esc_html_e( 'Custom HTML:', 'formidable' ); ?> |
| 9 |
<?php echo esc_html( FrmAppHelper::truncate( htmlentities( $field['description'] ), 60 ) ); ?> |
| 10 |
</div> |
| 11 |
</div> |
| 12 |
|