2
votes

Literally the save_post wp hook get triggered before the post meta data is saved. That's why I am facing an issue. Anyone can help me please?

1

1 Answers

1
votes

In the hook function, you can simply get the updated meta value like below. $_REQUEST[$meta_key]

You can update the post meta right away if you want.