Hello i created a simple select:
- id:cars
- choices: opel:opel - volvo:volvo
- assigned to custom post type: services(created with metabox)
All is working good but how can i get list of possible choices from a page in php?
I tried print_r(rwmb_get_field_settings( 'cars' )) but seem to work only from services, not from pages.