elementor / elementor/wp2static
WPCF7 contact forms got detected
Open
enhancement
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
The problem here is that in DetectPostsPagionationURLs the post type "wpcf7_contact_form" is not excluded from the query. This results in URLs that does not exist on the site.
For WPCF7 the solution would be to exclude wpcf7_contact_form just like nav_menu_item and revision.
A more general approach would be so let configure an list of excluded post_types.
Contributor guide
Assessment
This issue has not been assessed yet.