« Return to Thread: Plugin dependency checking

Re: Plugin dependency checking

by scribu :: Rate this Message:

Reply to Author | View in Thread

Interesting solution. The bigger problem, at least for me, is the graceful
exit, i.e. how to let the user know why one or more plugins aren't working
and what to do next.

If you have a lot of dependant plugins, you end up copying the same code
over and over again, so the less code you have to write for a graceful exit,
the better.

This is why I think 1 or two functions added to core would help. Something
like

plugin_dependency_warning($plugin, $version = '0');

--
http://scribu.net
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

 « Return to Thread: Plugin dependency checking