Skip to content

Instantly share code, notes, and snippets.

View matheusilario's full-sized avatar

Matheus Ilário matheusilario

View GitHub Profile
@hakre
hakre / nested-tree-and-iterator.php
Created February 28, 2012 17:35
Getting nested set model into a <ul> but hiding “closed” subtrees
<?php
/**
* Getting nested set model into a <ul> but hiding “closed” subtrees
*
* @link http://stackoverflow.com/a/7786733/367456
*/
// $categories = get_categories();
$categories = get_categories_large();
$current = array('lft' => '14', 'rgt' => '13');