1368*1369* @param string$outputHTML output of the pages list.1370* @param array$parsed_args An array of page-listing arguments. See wp_list_pages()1371*for information on accepted arguments.1372* @param WP_Post[]$pagesArray of the page objects.1373*/1374$html=apply_filters('wp_list_pages',$output,$parsed_args,$pages);13751376if($parsed_args['echo']){1377echo$html;1378}else{1379return$html;1380}
History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.