wp-plugin-starter
wp-plugin-starter copied to clipboard
A starter kit for building WordPress plugins.
Some frontend code will be powered by shortcodes or will be called in different hooks. Right now the render method is being called in the 'wp_footer' hook. This needs to...
CMB2 provides a nice API for creating meta boxes. We have a "WordPress way" implementation here, but CMB2 has a lot more field types which would save us a lot...
It would be nice to have a system that runs tests and auto-deploys to the update server.