- Timestamp:
- 11/18/2021 01:48:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/class-wp-sitemaps-provider.php
r51652 r52204 43 43 * @param int $page_num Page of results. 44 44 * @param string $object_subtype Optional. Object subtype name. Default empty. 45 * @return array Array of URLsfor a sitemap.45 * @return array[] Array of URL information for a sitemap. 46 46 */ 47 47 abstract public function get_url_list( $page_num, $object_subtype = '' );
Note: See TracChangeset
for help on using the changeset viewer.