Auctollo / google-sitemap-generator

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

fix: Fixing issue, when custom taxonomies is not shown on index sitemap #200

Closed Yurasik closed 7 months ago

Yurasik commented 7 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. image image