Created
January 14, 2016 08:14
-
-
Save kreamweb/0dc3c5eecf7d6cfa606f to your computer and use it in GitHub Desktop.
Change text browse list in YITH WooCommerce Request a Quote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('ywraq_product_added_view_browse_list', 'ywraq_change_browse_list'); | |
function ywraq_change_browse_list( $text ){ | |
$text = "View the list"; | |
return $text; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this filter in the file functions.php of your theme