1375*1376* @param string$outputHTML output of the pages list.1377* @param array$parsed_args An array of page-listing arguments. See wp_list_pages()1378*for information on accepted arguments.1379* @param WP_Post[]$pagesArray of the page objects.1380*/1381$html=apply_filters('wp_list_pages',$output,$parsed_args,$pages);13821383if($parsed_args['echo']){1384echo$html;1385}else{1386return$html;1387}
History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.