I'm building a category picker select list. I just need to populate an array of categorys like so:
$myCats = array("null" => "None (default)", "1" => "Uncategorized", "2" => "Second Category", etc..)
Does WP have an existing method call I can use to pull this data alone? I may need to exclude some categories from the listing too.
