WP_Sitemaps_Provider::get_url_list( int $page_num, string $object_subtype =  ): array[]

In this article

Gets a URL list for a sitemap.

Parameters

$page_numintrequired
Page of results.
$object_subtypestringoptional
Object subtype name.

Default:''

Return

array[] Array of URL information for a sitemap.

Source

abstract public function get_url_list( $page_num, $object_subtype = '' );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.