elementor / elementor/static-html-output
simplify WP directory renaming in output; force FQURLs in exported site to aid custom rewriting
Open
bug
enhancement
- Dominant language
- PHP
- Stars
- 128
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Current *solution* is overly complicated and error prone.
Plugin knows the locations of these key WP directories, so the user should just be able to input against each one, ie:
```
wp-content -> new-wp-content
themes -> new-themes
parent-theme -> new-parent-theme
child-theme -> new-child-theme
plugins -> new-plugins
inc -> new inc
[list of plugin names] do similar
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.