do_action( 'woocommerce_helper_subscription_deactivate_error', int $product_id, string $product_key, array $deactivation_response )

Fires when the Helper fails to activate a product.


Description Description


Parameters Parameters

$product_id

Product ID being deactivated.

$product_key

Subscription product key.

$deactivation_response

The response object from wp_safe_remote_request().


Top ↑

Source Source

File: includes/admin/helper/class-wc-helper.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.