: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<div<?php if(!empty($args['drop_cap'])):?> class="tb_text_dropcap"<?php endif;?>>
<div class="tb_text_wrap" itemprop="description">
$isLoop=$ThemifyBuilder->in_the_loop===true;
$ThemifyBuilder->in_the_loop = true;
$more_text = !empty($args['more_text']) ? $args['more_text'] : null;
if ( isset($args['content_type'] ) && $args['content_type'] === 'excerpt') {
$ex_more = null!==$more_text && 'on'===$args['more_link'] ? sprintf(' <a class="more-link" href="%s">%s</a>',get_the_permalink(),$more_text):'';
if(!empty($args['excerpt_length'])){
echo wp_trim_words( strip_tags( get_the_content() ), $args['excerpt_length'],$ex_more);
if(!empty($themify->pro_paged) && (int)$themify->pro_paged > 1){
$paged = $page = $themify->pro_paged;
$ThemifyBuilder->in_the_loop = $isLoop;