Sunday, 2 June 2013

Event Manager - How to get events for a custom taxonomy

Event Manager - How to get events for a custom taxonomy

I'm not a php programmer but i need to get events for a custom (already defined) taxonomy. I was trying to do that this way:
$args = array {
  'size' => 'big',
}
$EM_Events = EM_Events::get($args)
but it didnt work :(
I just need and example of code.
best regards

No comments:

Post a Comment