wp-plugin-starter icon indicating copy to clipboard operation
wp-plugin-starter copied to clipboard

A starter kit for building WordPress plugins.

Results 20 wp-plugin-starter issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

It would be nice to have a system that runs tests and auto-deploys to the update server.

enhancement

Use composer for PHP dependencies.

enhancement

Use modern JS.

enhancement

Add front-end Ajax example to docs.

enhancement

Spacing issue where concatenation dots are used.

enhancement

See grizzly-deploy for example.

enhancement

In class-admin.php

enhancement

See grizzly-deploy for example.

enhancement