do_action( 'woocommerce_helper_subscription_activate_success', int $product_id, string $product_key, array $activation_response )

Fires when the Helper activates a product successfully.


Description Description


Parameters Parameters

$product_id

Product ID being activated.

$product_key

Subscription product key.

$activation_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.