Created
March 1, 2015 05:20
-
-
Save daronspence/a5dc6069c4c39af6aa5b to your computer and use it in GitHub Desktop.
New Action for EDD SL Remote License Check
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
// Insert before headers are sent (line 582) in EDD_Software_Licensing.php | |
do_action( 'edd_sl_remote_license_check', $result, $item_name, $item_id, $url, $expires, $license_id ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment