Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-admin
/
wp-content
/
plugins
/
formidable
/
classes
/
views
/
frm-forms
:
mb_html_tab.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if ( ! defined( 'ABSPATH' ) ) { die( 'You are not allowed to call this page directly.' ); } ?> <div id="frm-html-tags" class="tabs-panel"> <ul class="frm_code_list frm-full-hover"> <?php $entry_shortcodes = FrmFormsHelper::html_shortcodes(); foreach ( $entry_shortcodes as $skey => $code ) { FrmFormsHelper::insert_code_html( array( 'code' => $skey, 'label' => $code['label'], 'class' => $code['class'], 'title' => isset( $code['title'] ) ? $code['title'] : '', ) ); } ?> </ul> </div>