Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
32 views

How to handle theme activation errors?

I am trying to implement the hook for activating a theme, that will install composer dependencies upon activation. In trying to figure out how to handle whether or not the vendor directory exists, I ...
cj5's user avatar
  • 220
0 votes
1 answer
2k views

How can I search all plugins for composer's vendor/autoload.php?

I've got projects (both themes and plugins) set up as composer projects. These projects can be dev-dependencies of each other. Right now I'm working on a theme which requires the vendor/autoload.php ...
aberkow's user avatar
  • 240