Skip to content

Instantly share code, notes, and snippets.

@rayflores
Last active September 23, 2016 16:14
Show Gist options
  • Save rayflores/bc0c99513bbc7ae652982f8f4ffa42a4 to your computer and use it in GitHub Desktop.
Save rayflores/bc0c99513bbc7ae652982f8f4ffa42a4 to your computer and use it in GitHub Desktop.
camaroon
<?php
// vars
$field = get_field_object('cameroon','option');
$cameroon = $field['value'];
$label = ucfirst($field['choices'][ $cameroon ]); // if needed for id
?>
<path id="Cameroon" class="'. $cameroon . '" blah blah blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment