• I want to override function following two files

    (1) /wp-content/plugins/woocommerce/includes/class-wc-form-handler.php
    (2) /wp-content/plugins/woocommerce/includes/class-wc-cart.php

    I have tried to below function override but not working I have put below code function.php

    function update_cart_action()
    {
    content here
    }
    add_filter(‘update_cart_action’, ‘update_cart_action’);

    https://www.ads-software.com/plugins/woocommerce/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘function override’ is closed to new replies.