I'd like to see the MU plugin split out into multiple files with clear areas of concern which are contained within a single directory. The mu-plugin file should then load each of these files individually, and the init function should copy the mu-plugin file and the directory
of note, the init function is not as robust as it could be - it doesn't check for existence and assumes a lot before copying. It can also be documented slightly better to make it clear that it runs on activation and on update
I'd like to see the MU plugin split out into multiple files with clear areas of concern which are contained within a single directory. The mu-plugin file should then load each of these files individually, and the init function should copy the mu-plugin file and the directory
of note, the init function is not as robust as it could be - it doesn't check for existence and assumes a lot before copying. It can also be documented slightly better to make it clear that it runs on activation and on update