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

In this article

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

Parameters

$object_subtypestringoptional
Object subtype.

Default:''

Return

int Total number of pages.

Source

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

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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