Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: widget_archives_dropdown_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
294                /**
295                 * Filter the arguments for the Archives widget drop-down.
296                 *
297                 * @since 2.8.0
298                 *
299                 * @see wp_get_archives()
300                 *
301                 * @param array $args An array of Archives widget drop-down arguments.
302                 */
303                wp_get_archives( apply_filters( 'widget_archives_dropdown_args', array(
304                     'type'            => 'monthly',
305                     'format'          => 'option',
306                     'show_post_count' => $c
307                ) ) );
308 ?>
309           </select>
310 <?php
311           } else {
312 ?>