edd_update_payment_backwards_compat( int $meta_id, int $object_id, string $meta_key, string|int|float $meta_value )
Listens to the updated_postmeta hook for our backwards compatible payment_meta updates, and runs through them
Description Description
Parameters Parameters
- $meta_id
-
(Required) The Meta ID that was updated
- $object_id
-
(Required) The Object ID that was updated (post ID)
- $meta_key
-
(Required) The Meta key that was updated
- $meta_value
-
(Required) The Value being updated
Return Return
(bool|int) If successful the number of rows updated, if it fails, false
Source Source
File: includes/payments/actions.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |