: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace TwitterFeed\Builder\Controls;
if(!defined('ABSPATH')) exit;
class SB_Textarea_Control extends SB_Controls_Base{
* Getting the Control Type
public function get_type(){
public function get_control_output($controlEditingTypeModel){
<div class="sb-control-textarea-ctn ctf-fb-fs">
<textarea class="sb-control-input-textrea ctf-fb-fs" v-model="<?php echo $controlEditingTypeModel ?>[control.id]" :placeholder="control.placeholder ? control.placeholder : ''" @focusout.prevent.default="changeSettingValue(false,false,false, control.ajaxAction ? control.ajaxAction : false)"></textarea>