Auctollo / google-sitemap-generator

GNU General Public License v2.0
11 stars 11 forks source link

fix: Fixed issues where not all categories were displayed on the category sitemap page #201

Closed Yurasik closed 6 months ago

Yurasik commented 6 months ago

When outputting custom taxonomies in the sitemap, the get_terms() function was used, but it returned an "Invalid Taxonomy" error because the function was called before the taxonomy was registered. Therefore, a new function was created that directly accesses the database and receives the necessary taxonomies.