Skip to content

Instantly share code, notes, and snippets.

@bigin
Last active June 25, 2016 09:43
Show Gist options
  • Save bigin/c9aaa0601d8b426f64427e34290750ac to your computer and use it in GitHub Desktop.
Save bigin/c9aaa0601d8b426f64427e34290750ac to your computer and use it in GitHub Desktop.
$category = $imanager->getCategory('slug=my-category-slug');
// or
$category = $imanager->getCategory('name=My Category Name');
// or
$category = $imanager->getCategory('position=2');
// etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment