Skip to content

Instantly share code, notes, and snippets.

@media317
Created September 27, 2013 13:40
Show Gist options
  • Save media317/6728738 to your computer and use it in GitHub Desktop.
Save media317/6728738 to your computer and use it in GitHub Desktop.
How to pull the first term ...
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