Hey there,
Can you please tell me how to get a custom field value using get_post_meta()?
For a custom field of 'filledexpired' I tried:
get_post_meta($post->ID, 'filledexpired', true);
But it doesn't seem to be working.
rwmb_meta('filledexpired', get_the_ID());
Works, but I'd like to use the native wordpress function in case later I uninstall the metabox plugin.
Thanks,
Fergal