WP_Sitemaps_Provider::get_max_num_pages( string $object_subtype = '' )

Gets the max number of pages available for the object type.


Parameters

$object_subtype

(Optional) Object subtype.

Default value: ''


Return

(int) Total number of pages.


Source

File: wp-includes/sitemaps/class-wp-sitemaps-provider.php

	abstract public function get_max_num_pages( $object_subtype = '' );

Changelog

Changelog
Version Description
5.5.0 Introduced.