wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_sitemaps_index_entry › WordPress Filter Hooks

Da5.5.0
Deprecaton/a
apply_filters( 'wp_sitemaps_index_entry', $sitemap_entry, $this->object_type, $type['name'], $page )
Parametri: (4)
  • (array) $sitemap_entry Sitemap entry for the post.
    Richiesto:
  • (string) $object_type Object empty name.
    Richiesto:
  • (string) $object_subtype Object subtype name. Empty string if the object type does not support subtypes.
    Richiesto:
  • (int) $page Page number of results.
    Richiesto:
Definito a:
Codex:

Filters the sitemap entry for the sitemap index.





Sorgenti

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