plugin-scaffold icon indicating copy to clipboard operation
plugin-scaffold copied to clipboard

DEPRECATED. Use https://github.com/10up/wp-scaffold

Results 15 plugin-scaffold issues
Sort by recently updated
recently updated
newest added

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

type:enhancement

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

type:bug

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

enhancement

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

question

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

enhancement