function read
- Single Page
Posted 04 December 2017 - 11:52 AM
Posted 05 December 2017 - 00:51 AM
As for if you specifically want to hide a field only in case of read, what you can do is - you can check for the current state. If the same is "read" - then you can hide it by using
unset_edit_fields function. That should do the trick for you.
Happy GCing :)
Posted 05 December 2017 - 04:47 AM
Thank you.