apply_filters( 'wp_sitemaps_posts_pre_url_list', array[]|null $url_list, string $post_type, int $page_num )

Filters the posts URL list before it is generated.


Description

Returning a non-null value will effectively short-circuit the generation, returning that value instead.


Parameters

$url_list

The URL list. Default null.

$post_type

Post type name.

$page_num

Page of results.


Source

File: wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php

View on GitHub



Changelog

Changelog
Version Description
5.5.0 Introduced.