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


Top ↑

Return Return

(bool|int) If successful the number of rows updated, if it fails, false


Top ↑

Source Source

File: includes/payments/actions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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