Tagged Questions
1
vote
2answers
86 views
Plugin development: How many plugin and WordPress version combinations to support?
I'm developing a plugin (my first plugin), and I wonder how to think about [supporting and testing various plugin version and WordPress version combinations].
For example, if I develop a plugin, and ...
1
vote
1answer
280 views
PHP logging framework to be used with WordPress
There are different PHP logging frameworks out there e.g. Log4php, KLogger. I want to choose one based on its experience with WordPress. Please suggest me one.
9
votes
4answers
748 views
Unit testing for plugin development
I need to apply unit testing for one of my plugins. I recently re designed it into classes, so unit testing should be easier to apply now.
What are some effective strategies to unit test my plugin? I ...