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

Gets a URL list for a sitemap.


Parameters

$page_num int Required
Page of results.
$object_subtype string Optional
Object subtype name.

Default: ''


Top ↑

Return

array[] Array of URL information for a sitemap.


Top ↑

Source

File: wp-includes/sitemaps/class-wp-sitemaps-provider.php. View all references

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

Top ↑

Changelog

Changelog
Version Description
5.5.0 Introduced.

Top ↑

User Contributed Notes

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