Is it possible to remove classes from a plugin and add theme into to theme?
I need to modify Woocommerce WP_Checkout class but I want to move it to my theme folder so if woocommerce will be updated my changes will not be effected. Is theme some way to make an remove and add action/hook? Or maybe unhook page and add my custom page with the class?
Thanks in advance Patrick
WC_Checkoutclass. You could also try extending the class. – helgatheviking Mar 23 at 8:20