Guest User

Untitled

a guest
May 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function woocommerce_remove_related_products( $args ) {
  2. return array();
  3. }
  4. add_filter('woocommerce_related_products_args','woocommerce_remove_related_products', 10);
Add Comment
Please, Sign In to add comment