skip to Main Content

Changing a text from a Woocommerce 3rd party plugin

I'm using WooCommerce Wishlist and want to change product added to something else. here is the snippet: public static function add_to_wishlist_button( $url, $product_type, $exists ) { _deprecated_function( 'add_to_wishlist_button', '2.0.0', 'add-to-wishlist-button.php template' ); global $yith_wcwl, $product; $product_id = yit_get_product_id( $product );…

VIEW QUESTION
Back To Top
Search