Developer's blog
WordPress Coding Standards(WPCS) is the Best Team Tool

WordPress Coding Standards(WPCS) the list of PHP_CodeSniffer (PHPCS) ruleset (sniffs) to check your code inside WordPress. It can improve your code quality and adhere to basic code conventions for WordPress. Do you work in a team or want to upgrade code quality? Then it would be best if you thought about a single coding standard. I’m afraid you, but if there is more than one person in your team, it…
Great practice for the plugin bootstrap file

After a hot discussion around the plugin bootstrap file’s vision inside a Mark Jaquith tweet, I’ve decided to show my vision for the plugin bootstrap file. I agree with a lot of points, but about these, it will be later. Before discuss I had a draft of my plugin boilerplate for WordPress. The code of the main file is plugin-name.php was: and main class is PluginName\Plugin was: The huge problem…