apply_filters( 'bigcommerce/product/related_products', int[] $related, int $current )

Summary

Filter the related products to display for the current product


Parameters

$related

(int[]) The IDs of related product posts

$current

(int) The current post ID


Source

File: src/BigCommerce/Post_Types/Product/Product.php



User Contributed Notes

You must log in before being able to contribute a note or feedback.