Vitaliy Ralle
Vitaliy Ralle
### Describe the bug The easiest way to remove thumbnail generation of a image size is to set the width and height to 0. This is an example of `wp_get_additional_image_sizes()`...
### Is your enhancement related to a problem? Please describe. The plugin generates thumbnail data for the current theme. A theme change or other circumstances will change the thumbnail sizes...
Hi! I am reviewing `WP_Service_Worker_Scripts_Integration->register()` The method uses WP Core filter `script_loader_src` and then adds the version value to the url. I have a question about the sequence of these...
Hi! The examples use import via global constants. [WP Dependency Extraction](https://github.com/WordPress/gutenberg/tree/trunk/packages/dependency-extraction-webpack-plugin#dependency-extraction-webpack-plugin) defines dependency imports. Example: `const { assign, merge } = lodash;` => lodash will not be added to dependencies...