Filters the max number of pages for a user sitemap before it is generated.
Description
Returning a non-null value will effectively short-circuit the generation, returning that value instead.
Parameters
$max_num_pages
int|null- The maximum number of pages. Default null.
Source
$max_num_pages = apply_filters( 'wp_sitemaps_users_pre_max_num_pages', null );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.