vigetlabs / wordpress-site-starter

2 stars 0 forks source link

[#93] Moving the delating to after DB install #98

Closed nathan-schmidt-viget closed 1 month ago

nathan-schmidt-viget commented 1 month ago

Summary

The composer install does not delete the themes or the plugins. These two may to happen after the DB. So trying to run both of these after the DB is set up.

@bd-viget not sure about this fix, but it may be the problem. You may have a better idea on what is going on and why the files are not getting removed.

Issues

Testing Instructions

  1. Can not test till merged with main and we run the install.

Screenshots

Screenshot 2024-05-29 at 3 15 53 PM
nathan-schmidt-viget commented 1 month ago

@bd-viget I added the check isWordPressInstalled() for both the deleteCoreThemes() and deleteCorePlugins() functions.