81* @since 5.5.082*83* @param array[]|null$url_list The URLlist.Defaultnull.84* @param string$post_type Post type name.85* @param int$page_num Page of results.86*/87$url_list=apply_filters(88'wp_sitemaps_posts_pre_url_list',89null,90$post_type,91$page_num92);93
History
Introduced in 5.5.0. Unchanged from 6.7.7 through 7.1.0.