• Resolved tonylewis

    (@tonylewis)


    Unable to get the multiselect option to work, as in getting selected options.
    The ‘Field-Types’ Document say ‘If Allow multiple choices is checked, then the API will return an array. Otherwise, the API will return a string.’ This option does not seem available in the current version (unless I have missed something).
    The below code from the ‘Field-Types’ Document fails

    foreach ( block_value( ‘features’ ) as $value ) :
    echo $value;
    endforeach;

    • This topic was modified 5 years, 9 months ago by tonylewis.
  • The topic ‘multiselect’ is closed to new replies.