Home › Forums › Add-ons › Options Page › Problem populating select field choices › Reply To: Problem populating select field choices
This is the output:
Array
(
[0] =>
)
Array
(
[] =>
)
test1
I tried to delete the acf form and re-created it using different names but still it doesnt catch any of the values.
Do i have something wrong with these lines:
function my_acf_load_test1_field_choices( $field ) {
or
add_filter('acf/load_field/name=test1', 'acf_load_test1_field_choices');
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.