Current File : /home/digitaw/www/wp-content/updraft/plugins-old/formidable/classes/views/frm-fields/show-build.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}

_deprecated_file( esc_html( basename( __FILE__ ) ), '3.0', null, 'FrmFieldType::show_on_form_builder' );

$field_obj = FrmFieldFactory::get_field_object( $field['id'] );
$field_obj->show_on_form_builder();