Skip to content

Instantly share code, notes, and snippets.

@robertdevore
Created May 21, 2018 19:42
Show Gist options
  • Select an option

  • Save robertdevore/74aa41428a92e9e393b2fcd501da898e to your computer and use it in GitHub Desktop.

Select an option

Save robertdevore/74aa41428a92e9e393b2fcd501da898e to your computer and use it in GitHub Desktop.
<?php
foreach ( $flowers as $flower=>$value ) {
$_data['categories'][$value->term_id] = $value->name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment