Support

Account

Home Forums General Issues Populate select field with meta values not working. Reply To: Populate select field with meta values not working.

  • Hi @nufantech

    Can you please debug the code within the filter?

    You are expecting the filter to run, but perhaps it is not.
    Before the last line:
    return $field;

    Can you please use this:

    
    echo '<pre>';
    	print_r($field);
    echo '</pre>';
    

    Thanks
    E