Created
September 27, 2013 13:40
-
-
Save media317/6728738 to your computer and use it in GitHub Desktop.
How to pull the first term ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array( | |
'name' => 'Project Type', | |
'desc' => 'Select all that apply to this project', | |
'id' => 'project_type', | |
'type' => 'multicheck', | |
'options' => array( | |
'admin' => 'Administration', | |
), | |
), | |
genesis_get_custom_field(project_type); | |
Results: Administration | |
Desired results: admin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment