Advertisement
alhoseany

Untitled

Mar 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2. if ( defined( 'WC_VERSION' ) && version_compare( WC_VERSION, '2.3', '>=' ) ) {
  3.     add_filter( 'woocommerce_add_to_cart_fragments', array( $this, 'cart_link_fragments' ) );
  4. } else {
  5.     add_filter( 'add_to_cart_fragments', array( $this, 'cart_link_fragments' ) );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement