Zasilkovna Round Costs

0.0/5
<?php
add_filter('zasilkovna_shipping_cost', 'wpd_zasilkovna_shipping_cost', 10, 3);

function wpd_zasilkovna_shipping_cost($cost, $moje_country, $weight) {
	return round($cost);
}

Comments and reviews

{{ reviewsTotal }} Review
{{ reviewsTotal }} Reviews
{{ options.labels.newReviewButton }}
{{ userData.canReview.message }}

Description

This snippet was fetched automatically from WPDistro.cz projects.

Author

Tags

This snippet is untagged