• Not enough filters:

    add_filter( ‘woocommerce_get_regular_price’, array( $this, ‘wmc_woocommerce_get_price’ ), 10, 2 );
    add_filter( ‘woocommerce_get_sale_price’, array( $this, ‘wmc_woocommerce_get_price’ ), 10, 2 );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not enough filters’ is closed to new replies.