namespace WPForms\Forms\Fields\Base;
* Field's Frontend base class.
* Instance of the main WPForms_Field_{something} class.
* @param WPForms_Field $field_obj Instance of the WPForms_Field_{something} class.
public function __construct( $field_obj ) {
$this->field_obj = $field_obj;
protected function hooks() {