Last active
April 8, 2025 06:53
-
-
Save xlplugins/844e48bee61cfa9769545d4cd1f43535 to your computer and use it in GitHub Desktop.
Funnelkit Cart: Change the text of view details and rest to default
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
add_filter('fkcart_reset_to_variations',function(){ | |
return "Reset to Default 1"; | |
}); | |
add_filter('fkcart_view_details',function(){ | |
return "View Details 1"; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment