: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* This template can be overridden by copying it to your child_theme_folder/themify-builder/template-code.php.
* Access original fields: $args['mod_settings']
defined( 'ABSPATH' ) || exit;
$mod_name=$args['mod_name'];
$element_id = $args['module_ID'];
$fields_args=$args['mod_settings']+ array(
'animation_effect' => '',
$container_class = apply_filters('themify_builder_module_classes', array(
), $mod_name, $element_id, $fields_args);
if(!empty($fields_args['global_styles']) && Themify_Builder::$frontedit_active===false){
$container_class[] = $fields_args['global_styles'];
if($fields_args['theme']!==''){
$container_class[]='tb_prism_'.$fields_args['theme'];
$container_props = apply_filters('themify_builder_module_container_props', self::parse_animation_effect($fields_args,array(
'class' => implode(' ',$container_class),
)), $fields_args, $mod_name, $element_id);
if(Themify_Builder::$frontedit_active===false){
$container_props['data-lazy']=1;
if($fields_args['theme']!==''){
$container_props['data-theme']=$fields_args['theme'];
self::sticky_element_props($container_props,$fields_args);
<div <?php echo themify_get_element_attributes($container_props); ?>>
<?php $container_props=$container_class=$args=null;
echo Themify_Builder_Component_Module::get_module_title($fields_args,'m_t');
<pre class="tf_rel tf_scrollbar tf_textl"<?php if($fields_args['highlight']!==''):?> data-line="<?php esc_attr_e($fields_args['highlight'])?>"<?php endif;?>>
<code class="language-<?php echo $fields_args['lng']?><?php if($fields_args['numbers']==='yes'):?> line-numbers<?php endif;?>"><?php echo htmlspecialchars($fields_args['code'])?></code>
<?php if($fields_args['copy']==='yes'):?>
<em class="tb_code_copy tf_opacity">
<?php echo themify_get_icon('clipboard','ti',true);?>