wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_sitemaps_index_entry › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'wp_sitemaps_index_entry', $sitemap_entry, $this->object_type, $type['name'], $page )
Parametry: (4)
  • (array) $sitemap_entry Sitemap entry for the post.
    Wymagane: Tak
  • (string) $object_type Object empty name.
    Wymagane: Tak
  • (string) $object_subtype Object subtype name. Empty string if the object type does not support subtypes.
    Wymagane: Tak
  • (int) $page Page number of results.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the sitemap entry for the sitemap index.





Źródło

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