Hi.
I want to have a per-populated text field from some funciton. To make it eazy let's say I want to have a custom field that will have current post ID as it's value.
With Custom HTML it's possible, I just need to use callback with get_the_ID as it's value.
But I can't use Custom HTML inside MB Views.
Is there any way to populate text field from get_the_ID or is there a way to utilise Custom HTML field inside MB Views?