: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
self::get_color(' input[type="submit"]', 'f_c_s'),
self::get_font_size(' input[type="submit"]','f_s_s'),
self::get_text_shadow(' input[type="submit"]' ,'t_sh_b'),
self::get_font_family(' input[type="submit"]', 'f_f_s','h'),
self::get_color(' input[type="submit"]', 'f_c_s',null,null,'h'),
self::get_font_size(' input[type="submit"]', 'f_s_s','','h'),
self::get_text_shadow(' input[type="submit"]', 't_sh_b','h'),
self::get_expand('b', array(
self::get_border(' input[type="submit"]','b_s')
self::get_border(' input[type="submit"]','b_s','h')
self::get_expand('p', array(
self::get_padding(' input[type="submit"]', 'p_sd')
self::get_padding(' input[type="submit"]', 'p_sd', 'h')
self::get_expand('r_c', array(
self::get_border_radius(' input[type="submit"]', 'r_c_sd')
self::get_border_radius(' input[type="submit"]', 'r_c_sd', 'h')
self::get_expand('sh', array(
self::get_box_shadow(' input[type="submit"]', 's_sd')
self::get_box_shadow(' input[type="submit"]', 's_sd', 'h')
self::get_expand('bg', array(
self::get_color(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'b_c_ct', 'bg_c', 'background-color')
self::get_color(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'b_c_ct', 'bg_c', 'background-color','h')
self::get_expand('f', array(
self::get_font_family(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_f_ct'),
self::get_color_type(array('.module .comment-respond .comment-title', '.module .comment-respond h3.comment-reply-title'),'', 'f_c_t_ct', 'f_c_ct', 'f_g_c_ct'),
self::get_font_size(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_s_ct', ''),
self::get_line_height(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'l_h_ct'),
self::get_letter_spacing(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'l_s_ct'),
self::get_text_align(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_a_ct'),
self::get_text_transform(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_t_ct'),
self::get_font_style(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_st_ct', 'f_w_ct'),
self::get_text_decoration(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_d_r_ct'),
self::get_text_shadow(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'),'t_sh_ct'),
self::get_font_family(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_f_ct_h'),
self::get_color_type(array('.module .comment-respond .comment-title:hover', '.module .comment-respond h3.comment-reply-title:hover'),'', 'f_c_t_ct_h', 'f_c_ct_h', 'f_g_c_ct_h', 'h'),
self::get_font_size(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_s_ct', '', 'h'),
self::get_line_height(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'l_h_ct', 'h'),
self::get_letter_spacing(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'l_s_ct', 'h'),
self::get_text_align(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_a_ct', 'h'),
self::get_text_transform(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_t_ct', 'h'),
self::get_font_style(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'f_st_ct', 'f_w_ct', 'h'),
self::get_text_decoration(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 't_d_r_ct', 'h'),
self::get_text_shadow(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'),'t_sh_ct', 'h'),
self::get_expand('b', array(
self::get_border(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'b_ct')
self::get_border(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'b_ct', 'h')
self::get_expand('p', array(
self::get_padding(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'p_ct')
self::get_padding(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'p_ct', 'h')
self::get_expand('r_c', array(
self::get_border_radius(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'r_c_ct')
self::get_border_radius(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 'r_c_ct', 'h')
self::get_expand('sh', array(
self::get_box_shadow(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 's_ct')
self::get_box_shadow(array('.module .comment-respond .comment-title', '.module .comment-respond .comment-reply-title'), 's_ct', 'h')
'label' => __('Title', 'tbp'),
'options' => $comment_title
'label' => __('Labels', 'tbp'),
'label' => __('Inputs', 'tbp'),
'label' => __('Checkbox', 'tbp'),
'label' => __('Button', 'tbp'),
'options' => $send_button
public function get_visual_type() {
public function get_category() {
Themify_Builder_Model::register_module('TB_Comments_Module');