- Timestamp:
- 06/19/2020 10:24:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-provider.php
r48093 r48098 62 62 * @since 5.5.0 63 63 * 64 * @return array Listof sitemap types including object subtype name and number of pages.64 * @return array[] Array of sitemap types including object subtype name and number of pages. 65 65 */ 66 66 public function get_sitemap_type_data() { … … 99 99 * @since 5.5.0 100 100 * 101 * @return array List of sitemaps.101 * @return array[] Array of sitemap entries. 102 102 */ 103 103 public function get_sitemap_entries() { … … 121 121 * @param string $object_subtype Object subtype name. 122 122 * Empty string if the object type does not support subtypes. 123 * @param string $page Pageof results.123 * @param int $page Page number of results. 124 124 */ 125 125 $sitemap_entry = apply_filters( 'wp_sitemaps_index_entry', $sitemap_entry, $this->object_type, $type['name'], $page );
Note: See TracChangeset
for help on using the changeset viewer.