woocommerce_product_related_posts_shuffle filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_product_related_posts_shuffle', 'filter_function_name_8100' ); function filter_function_name_8100( $true ){ // filter... return $true; }
- $true
- -
Where the hook is called
woocommerce_product_related_posts_shuffle
woocommerce/includes/wc-product-functions.php 926
if ( apply_filters( 'woocommerce_product_related_posts_shuffle', true ) ) {