Browse: Home / Hooks /

learndash_licensing_management_license_verified

do_action( 'learndash_licensing_management_license_verified',  WP_Error|bool $license_response,  string $license_email,  string $license_key )

Fires after the license verification.


Description #


Parameters #

$license_response

(WP_Error|bool) WP_Error on failure, true on success.

$license_email

(string) License email.

$license_key

(string) License key.


Source #

File: includes/licensing/src/component/class-api.php


Changelog #

Changelog
Version Description
4.18.0 Introduced.