: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
exit; // Exit if accessed directly
* Template WooCommerce Breadcrumb
* Access original fields: $args['mod_settings']
if (themify_is_woocommerce_active()):
$fields_args = wp_parse_args($args['mod_settings'], $fields_default);
unset($args['mod_settings']);
$mod_name = $args['mod_name'];
$element_id =$args['module_ID'];
$builder_id = $args['builder_id'];
$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'];
$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;
<!-- WooCommerce Breadcrumb module -->
<div <?php echo self::get_element_attributes(self::sticky_element_props($container_props, $fields_args)); ?>>
$container_props=$container_class=null;
do_action('themify_builder_background_styling',$builder_id,array('styling'=>$fields_args,'mod_name'=>$mod_name),$element_id,'module');
$the_query = Tbp_Utils::get_wc_actual_query();
if ($the_query === null || $the_query->have_posts()) {
if ($the_query !== null) {
woocommerce_breadcrumb(array(
'delimiter' => ' ' .$fields_args['sep']. ' '
if ($the_query !== null) {
<!-- /WooCommerce Breadcrumb module -->