Skip to content

Instantly share code, notes, and snippets.

@BenSibley
Last active May 30, 2021 17:26
Show Gist options
  • Save BenSibley/84f4a973f7c0d5066eb4e76c1c793f99 to your computer and use it in GitHub Desktop.
Save BenSibley/84f4a973f7c0d5066eb4e76c1c793f99 to your computer and use it in GitHub Desktop.
Freemius - redirect pricing page to checkout
function scc_redirect_freemius_pricing_to_checkout($url) {
return scc_freemius()->checkout_url();
}
scc_freemius()->add_filter( 'pricing_url', 'scc_redirect_freemius_pricing_to_checkout', 10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment