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