Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/844e48bee61cfa9769545d4cd1f43535 to your computer and use it in GitHub Desktop.
Save xlplugins/844e48bee61cfa9769545d4cd1f43535 to your computer and use it in GitHub Desktop.
Funnelkit Cart: Change the text of view details and rest to default
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