beeminder / wp-beeminder

A WordPress plugin that will ping a Beeminder goal whenever a post is published. Perfect if you want to stick to a new posting schedule.
Other
0 stars 2 forks source link

Update to follow WordPress coding standards #3

Open MatthewEppelsheimer opened 6 years ago

MatthewEppelsheimer commented 6 years ago

This is a prerequisite to listing beeminder-ping in the WordPress.org plugin repository. This will primarily mean updating to meet whitespace conventions, such as switching from spaces to tabs for indentation).

WordPress Coding Standards.

PHPStorm + CodeSniffer will make quick work of finding and fixing violations.

Sodaware commented 6 years ago

Branch make-vip-compliant should make this mostly WordPress VIP compliant. Needs extra documentation to be fully WP compliant.