How to create a WordPress plugin for another wordpress plugin?
I think best way to do this is via actions and filters, like we extend WordPress core itself. Other options is like @helgatheviking pointed, if plugin is class you can extend it. Unfortunately not all plugin developers provide useful filters and actions with their code, most often plugin isn’t written in OOP manner. Only way … Read more