blog

  • Home
  • blog
  • How To Deploy WordPress Plugins With GitHub Using Transients

How To Deploy WordPress Plugins With GitHub Using Transients


  

If you’ve worked with WordPress for a while, you may have tried your hand at writing a plugin. Many developers will start creating plugins to enhance a custom theme or to modularize their code. Eventually, though, you may want to distribute your plugin to a wider audience.

Deploy WordPress Plugins With GitHub Using Transients

While you always have the option to use the WordPress Subversion repository, there may be instances where you prefer to host a plugin yourself. Perhaps you are offering your users a premium plugin. Maybe you need a way to keep your client’s code in sync across multiple sites. It could simply be that you want to use a Git workflow instead of Subversion. Whatever the reason, this tutorial will show you how to set up a GitHub repository to push updates to your plugin, wherever it resides.

The post How To Deploy WordPress Plugins With GitHub Using Transients appeared first on Smashing Magazine.

LEAVE A REPLY