elementor / elementor/wp2static

DetectCustomPostTypeURLs returns URLs for almost all post types

Open
#660 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.