- Timestamp:
- 07/14/2020 11:54:49 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
r48098 r48474 35 35 public function get_object_subtypes() { 36 36 $taxonomies = get_taxonomies( array( 'public' => true ), 'objects' ); 37 38 $taxonomies = array_filter( $taxonomies, 'is_taxonomy_viewable' ); 37 39 38 40 /**
Note: See TracChangeset
for help on using the changeset viewer.