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

Checkboxes currently are 100% width.

bug

PSR standard. Also typo on line 45 of phpcs.xml, should be "require".

enhancement

If there are no db values, it shouldn't throw an error.

enhancement

Check spacing including in between concat dots.

enhancement

As a style, align property assignment in constructor functions.

enhancement

Should not have parenthesis.

enhancement

See the plugin boilerplate for details.

enhancement

Add basic unit tests for developers.

enhancement

Need to provide a method for validation and sanitization of input fields.

enhancement

Plugin updater throws a PHP error in the admin.

bug