10up / wp-scaffold

10up WordPress project scaffold.
MIT License
194 stars 46 forks source link

Fix mu-plugin entry file referencing wrong variable #176

Closed theskinnyghost closed 1 year ago

theskinnyghost commented 1 year ago

Description of the Change

The mu-plugin main file was referencing a PHP constant defined in the theme, which gets loaded after the mu-plugin causing the site to break.

How to test the Change

Install WP scaffold and setup composer/npm. The site should just work.

Changelog Entry

Fixed - mu-plugin breaking the site

Credits

Props @theskinnyghost

Checklist: