WebDevStudios / WebDevStudios/custom-post-type-ui
Include checks for "has_archive_string" saved value before warning about post type slug conflict
Open
@tw2113 is already working on this.
Since Jul 17, 2023.
- Dominant language
- PHP
- Stars
- 641
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
This will be particularly true for page slug checks, and if has_archive is also set to true for the post type.
Logic being if it's going to have a custom archive slug that won't match a page, allow it without notification. Same thing if not set to have an archive in the first place.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.