File "mb_insert_fields.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/formidable/classes/views/frm-forms/mb_insert_fields.php
File size: 449 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}

$data_attrs = array( 'data-contextual-shortcodes' => FrmAppHelper::maybe_json_encode( FrmShortcodeHelper::get_contextual_codes() ) );
?>
<div id="frm_adv_info" class="postbox frm-dropdown-menu" <?php FrmAppHelper::array_to_html_params( $data_attrs, true ); ?>>
	<div class="inside">
		<?php FrmFormsController::mb_tags_box( $id ); ?>
	</div>
</div>