Get actual donation ID (Wordpress Post ID) from Sequential ID #7303
Unanswered
8verstudio-Chua
asked this question in
Developer Q&A
Replies: 1 comment
-
Hey @8verstudio-Chua Thanks for reaching out! You can try this:
Let me know if that works for you. I would also love to learn more about that custom plugin you are building, if you want to chat more about your integration please email me at |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm developing a custom plugin that includes a function to retrieve donation details. However, the ID I'm getting is the sequential ID, not the default donation ID that follows the WordPress post ID order. So when I attempt to retrieve the donation details using the code below:
give()->donations->getById($donationID);
I'm unable to retrieve the details.
Upon further investigation, I realized that the $donationID I'm receiving is 1, which corresponds to the GiveWP sequential ID, not the actual donation ID.
My question is, if I can only obtain this sequential ID, how can I retrieve the actual donation ID to get the donation details?
![Screenshot 2024-03-13 at 4 13 28 PM](https://private-user-images.githubusercontent.com/75621599/312367517-1f1aaa5c-9253-4a2e-8b18-def1136d0c1b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzQxMDMsIm5iZiI6MTczOTE3MzgwMywicGF0aCI6Ii83NTYyMTU5OS8zMTIzNjc1MTctMWYxYWFhNWMtOTI1My00YTJlLThiMTgtZGVmMTEzNmQwYzFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3NTAwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVmNGY0OWE5MjQ1NWE2Y2RmZjIxZDgxYjUwM2VhZjcxOTI0YzkwNWE3MjZjNzZlYmZiNzZlN2QzODBlNDVjODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VHh4_Wrhpzvb0y8Y--DCUjqhuTP_YfUx6rZNW0Q3PMY)
Beta Was this translation helpful? Give feedback.
All reactions