/home/techb158/l2hypotheques.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base/Frontend.php (699B)
field_obj = $field_obj;
$this->init();
}
/**
* Initialize.
*
* @since 1.8.1
*/
public function init() {
$this->hooks();
}
/**
* Hooks.
*
* @since 1.8.1
*/
protected function hooks() {
}
}