Hi,
I’m search for a nice solution for displaying a wordpress navigation menu in an acf dropdown field.
I suppose that I’ve to use the wordpress function wp_get_nav_menu_items (to retrieve all menu items from a wordpress navigation menu) toghether with the acf filter hook acf/prepare_field (or maybe acf/load_field) to put every items in the dropdown field.
Some know a nice way to achieve this?
Would be wonderful having the navigation menu hierarchy preserved within the dropdown.
Any suggestion would be really appreciated.
Thanks in advance.