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?
The field custom_HTML actually is not a standard custom field, it only helps you to display HTML code in the meta box and does not save value to the database so it will not work with MB Views.