/home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc/class-woo.php (7023B)
term_id ? '
' . $value->name . '' : "";
}
}
echo implode(' ', $value_cats);
}
function moore_woocommerce_before_main_content(){ ?>
'
',
'prev_text' => '
',
);
$agrs = array_merge( $array, $args );
return $agrs;
}
function moore_change_number_product_related( $agrs ){
$agrs_setting = [
'posts_per_page' => apply_filters( 'number_product_realated_posts_per_page', 3 ),
'columns' => apply_filters( 'number_product_realated_columns', 3 ),
];
$agrs = array_merge( $agrs, $agrs_setting );
return $agrs;
}
function moore_single_product_image_thumbnail_html( $html, $attachment_id ){
if ( $attachment_id ) {
$img_url_thumbnail = wp_get_attachment_image_url ($attachment_id,'large' );
$img_url = wp_get_attachment_image_url ($attachment_id,'large' );
$image_title = esc_attr( get_the_title( $attachment_id ) );
$html = '
.')
';
} else {
$html = '
';
$html .= sprintf( '

', esc_url( wc_placeholder_img_src() ), esc_html__( 'Awaiting product image', 'moore' ) );
$html .= '
';
}
return $html;
}
function moore_woocommerce_login_form(){ ?>