Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: widget_categories_args

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
475 /* ]]> */
476 </script>
477
478 <?php
479           } else {
480 ?>
481           <ul>
482 <?php
483           $cat_args['title_li'] = '';
484           wp_list_categories(apply_filters('widget_categories_args', $cat_args));
485 ?>
486           </ul>
487 <?php
488           }
489
490           echo $after_widget;
491      }
492
493      function update( $new_instance, $old_instance ) {