elementor / elementor/wp2static
DetectCustomPostTypeURLs returns URLs for almost all post types
Open
enhancement
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
This is a problem because that includes built-in ones such as `Post` - making this detector return a potentially HUGE list of duplicate URLs to the `DetectPostURLs` detector.
There are a few things we could do here.
* Exclude all built-in post types OR
* Rename the class to DetectAllPostTypeURLs and just cover everything in this one class.
Contributor guide
Assessment
This issue has not been assessed yet.