Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_dropdown_cats

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
227           if ( $hierarchical )
228                $depth = 0;  // Walk the full depth.
229           else
230                $depth = -1; // Flat.
231
232           $output .= walk_category_dropdown_tree($categories, $depth, $r);
233           $output .= "</select>\n";
234      }
235
236      $output = apply_filters('wp_dropdown_cats', $output);
237
238      if ( $echo )
239           echo $output;
240
241      return $output;
242 }
243
244 function wp_list_categories($args = '') {
245      $defaults = array(