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



wp_sitemaps_index_entry › WordPress Filter Hooks

Seit5.5.0
Veraltetn/v
apply_filters( 'wp_sitemaps_index_entry', $sitemap_entry, $this->object_type, $type['name'], $page )
Parameter: (4)
  • (array) $sitemap_entry Sitemap entry for the post.
    Erforderlich: Ja
  • (string) $object_type Object empty name.
    Erforderlich: Ja
  • (string) $object_subtype Object subtype name. Empty string if the object type does not support subtypes.
    Erforderlich: Ja
  • (int) $page Page number of results.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the sitemap entry for the sitemap index.





Quellcode

$sitemap_entry = apply_filters( 'wp_sitemaps_index_entry', $sitemap_entry, $this->object_type, $type['name'], $page );