Skip to content

Commit

Permalink
Update product.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Oct 1, 2023
1 parent 2ab4577 commit 7451d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function doliRelatedProducts($id) {
if ( !isset( $relatedproducts->error ) && $relatedproducts != null ) {
$related = null;
foreach ( $relatedproducts as $product ) {
$related .= apply_filters( 'doliproductlist', $product);
$related .= apply_filters( 'doliproductlist', $product, $id);
}
return $related;
} else {
Expand Down

0 comments on commit 7451d47

Please sign in to comment.