Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Last active December 5, 2025 14:51
Show Gist options
  • Select an option

  • Save xlplugins/f2815a2dd5ab9ecede7ea68ebfc84cd9 to your computer and use it in GitHub Desktop.

Select an option

Save xlplugins/f2815a2dd5ab9ecede7ea68ebfc84cd9 to your computer and use it in GitHub Desktop.
Funnelkit Checkout: Change the cart Link url using Filter Hook
add_filter( 'wfacp_return_to_cart_link', function( $cart_url ) {
// Customize the cart URL
return '/shop/';
}, 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment