• I would need filter on check_api_listener() function.
    file: software-license-manager/includes/slm-api-listener.php:310

    something like this:

    $args = apply_filters( 
    	'slm_check_response_failed_args',
    	array(
    		'result'     => 'error',
    		'message'    => 'Invalid license key',
    		'error_code' => SLM_Error_Codes::LICENSE_INVALID,
    	)
    );

    I want to hook an extra field inside ‘admin_email’ and send in response support email to contact licenser

    Looking at the code, it seems like there was a filter before, but it was removed.
    Can this be added in an update?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Filter for failed check response’ is closed to new replies.