File "FrmProTextFieldsController.php"

Full path: /home/bud/public_html/swamp/wp-admin/wp-content/plugins/formidable-pro/deprecated/FrmProTextFieldsController.php
File size: 486 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

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

class FrmProTextFieldsController {

	/**
	 * Display the Pro field options for a Text field in the form builder
	 *
	 * @since 2.02.06
	 * @deprecated 4.0
	 *
	 * @param array $field
	 * @param array $display
	 */
	public static function show_field_options_in_form_builder( $field, $display ) {
		_deprecated_function( __FUNCTION__, '4.0', 'FrmFieldType->show_primary_options' );
	}
}