elementor / elementor/static-html-output
additional URLs don't work
Open
- Dominant language
- PHP
- Stars
- 128
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/leonstafford/static-html-output/blob/10cf1af363a07c90d1bec426f7db99f40cadfff9/src/Exporter.php#L36-L74
This code gets the additional URLs into the `$inclusion_candidates` variable, which is then never used. The code gets the Exclusions into the `$inclusions` variable (why?) and then the loop duplicates any entries that are in the CrawlLog. Then those exclusions (with duplicates) are added to the CrawlLog and CrawlQueue.
What is supposed to be happening here?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.