Enhanced UI functionality w/post importing, menus handling, backup redundancy #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Robert,
Thanks for building out this plugin! As many have mentioned, it's definitely a crucial need in the WP space, especially for those who run custom in-house themes or process oriented development.
I've implemented a few enhancements that I believe benefit your overall initial vision. Its pretty raw so feel free to critique or modify accordingly. I noticed that the initial plugin lacked export directory public restrictions so the export jsons were available if access directly. I'm working on updating that in my fork to ensure it creates the export folder with server restrictions. However, in the backup function I added, it does include .htaccess rules which I validated on live sites to ensure data security for options.json and posts.json files.
Curious your thoughts and feedback.
Thank you,
FranklyCo