do_action( 'edd_post_update_discount_status', int $ID , string $new_status , string $post_status )
Fires after the status of the discount is updated.
Description Description
Parameters Parameters
- $ID
-
Discount ID.
- $new_status
-
New status.
- $post_status
-
Post status.
Source Source
File: includes/class-edd-discount.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |