Notify admin when Custom post meta data gets updated or deletet
Actually this is the right way of doing that and proper hook to work with in my opinion. All you need to do is check if the updated meta key is the one you want to detect (that’s why there are 4 arguments passed to the hook!). So let’s say your post meta is called … Read more