Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. function newspaperss_setup_fix(){
  2. remove_action('woocommerce_before_shop_loop_item', 'newspaperss_woocommerce_before_shop_loop_item', 10);
  3. add_action('woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10);
  4. remove_action('woocommerce_after_shop_loop_item', 'newspaperss_woocommerce_after_shop_loop_item', 20);
  5. add_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5);
  6. }
  7. add_action('after_setup_theme', 'newspaperss_setup_fix', 100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement