Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: widget_categories_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
80                 *
81                 * @since 2.8.0
82                 * @since 4.9.0 Added the `$instance` parameter.
83                 *
84                 * @see wp_dropdown_categories()
85                 *
86                 * @param array $cat_args An array of Categories widget drop-down arguments.
87                 * @param array $instance Array of settings for the current widget.
88                 */
89                wp_dropdown_categories( apply_filters( 'widget_categories_dropdown_args', $cat_args, $instance ) );
90
91                echo '</form>';
92                ?>
93
94 <script type='text/javascript'>
95 /* <![CDATA[ */
96 (function() {
97      var dropdown = document.getElementById( "<?php echo esc_js( $dropdown_id ); ?>" );
98      function onCatChange() {