Created
March 13, 2023 04:28
-
-
Save wpt00ls/ae24a6d3f3731120f181a03744e6e48b to your computer and use it in GitHub Desktop.
Freemius javascript hooks
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
/** On Freemius purchase complete **/ | |
jQuery(document).on( | |
"wpt-freemius-checkout", | |
function(event, response, handler_args){ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment