71*72* @see wp_list_pages()73*74* @param array$args An array of arguments to retrieve the pages list.75* @param array$instanceArray of settings for the current widget.76*/77apply_filters(78'widget_pages_args',79array(80'title_li'=>'',81'echo'=>0,82'sort_column'=>$sortby,83'exclude'=>$exclude,
History
Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.