wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_sitemaps_taxonomies_pre_max_num_pages › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_sitemaps_taxonomies_pre_max_num_pages', null, $taxonomy )
Parameter: (2)
  • (int|null) $max_num_pages The maximum number of pages. Default null.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy name.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the max number of pages for a taxonomy sitemap before it is generated.

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





Quellcode

$max_num_pages = apply_filters( 'wp_sitemaps_taxonomies_pre_max_num_pages', null, $taxonomy );