Hello!
Trying to see if there is a hook where I can check the custom fields I added. I added one, and I see it gets posted into wp_commentsmeta, with the information is present. Is there a hook where I can do this ?
My goal :
{
isItTrue = checkCustomField();
if(isItTrue === True){
doSomething();
};
}
Any help appreciated! Thank you.

