bedrock-autoloader
bedrock-autoloader copied to clipboard
Get `show_advanced_plugins` add_filter call out of constructor
Side-effects in constructor are bad, also this hopelessly couples this class's logic to a real wp install
https://github.com/roots/bedrock-autoloader/blob/02e61a6f7ff78c2d77599843617f88156c4c6274/src/Autoloader.php#L61
https://github.com/roots/bedrock-autoloader/blob/02e61a6f7ff78c2d77599843617f88156c4c6274/src/Autoloader.php#L83-L109