File "FrmProPhoneFieldsController.php"
Full path: /home/bud/public_html/swamp/wp-admin/wp-content/plugins/formidable-pro/deprecated/FrmProPhoneFieldsController.php
File size: 484 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
class FrmProPhoneFieldsController {
/**
* Show the Pro options for a phone field on the form builder page
*
* @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' );
}
}