File "FrmProFieldDefault.php"
Full path: /home/bud/public_html/swamp/wp-admin/wp-content/plugins/formidable-pro/classes/models/fields/FrmProFieldDefault.php
File size: 363 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( 'You are not allowed to call this page directly.' );
}
/**
* @since 4.0.02
*/
class FrmProFieldDefault extends FrmFieldDefault {
protected function field_settings_for_type() {
$settings = parent::field_settings_for_type();
FrmProFieldsHelper::fill_default_field_display( $settings );
return $settings;
}
}