Support Forum
Hello, can you help me please. I want get the custom field in functions file. What is the best approach?
The next no work for me
function query_crm_usados_interna(){
$meta = rwmb_meta( 'if_usados_usad_id',get_the_ID() )
return $meta;
}