plugin-scaffold
plugin-scaffold copied to clipboard
DEPRECATED. Use https://github.com/10up/wp-scaffold
**Is your enhancement related to a problem? Please describe.** Many problems in the PHP code could not be discovered by humans. **Describe the solution you'd like** Introduce @phpstan (as Automattic...
**Describe the bug** If you modify the array that the `get_enqueue_contexts` method returns, a new `WP_Error` object is created and returned when performing the `in_array` check in several methods. This...
**Is your enhancement related to a problem? Please describe.** We are seeing increased usage of our GitHub Actions for deploying plugins to WordPress.org, and with the GA for Actions slated...
Hello, I'm trying to use your plugin with Full Calendar JS (https://fullcalendar.io) I'm following this guide : https://fullcalendar.io/docs/initialize-es6 For javascript part it's ok. But for CSS, i have problem :...
With the new webpack conversion we have a /config directory set up. Any config files, linting, processing, etc that can be moved out of the root and into the /config...