do_action( 'edd_pre_update_discount_status', int $ID, string $new_status, string $post_status )

Fires before the status of the discount is updated.


Description Description


Parameters Parameters

$ID

Discount ID.

$new_status

New status.

$post_status

Post status.


Top ↑

Source Source

File: includes/class-edd-discount.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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