: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
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() {