DIR: /home/otwalrll/.trash/wp-content/plugins/formidable/classes/views/frm-fields/ |
Current File : /home/otwalrll/.trash/wp-content/plugins/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(); |