name = 'enhanced_message';
$this->label = __('Enhanced Message');
$this->category = __("Layout",'acf');
$this->defaults = array(
'enhanced_message' => '',
'hide_label' => 'no',
);
// do not delete!
parent::__construct();
}
/*
* create_options()
*/
function create_options( $field )
{
// key is needed in the field names to correctly save the data
$key = $field['name'];
// Create Field Options HTML
?>