bedrock-autoloader icon indicating copy to clipboard operation
bedrock-autoloader copied to clipboard

Get `show_advanced_plugins` add_filter call out of constructor

Open austinpray opened this issue 6 years ago • 0 comments

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

austinpray avatar Jun 09 '19 16:06 austinpray