Thomas Price

Results 7 issues of Thomas Price

## Expected behaviour Would be great if `ORGANIZER` was added to the properties Example: `ORGANIZER;CN=John Citizen:MAILTO:[email protected]` ## Actual behaviour Currently, it is not possible to add `ORGANIZER`

It is understood the folder `blocks-non-jsx` was originally named such as it delivered both `ES5` for IE and `ESNext` examples Support for IE has since been dropped and subsequently, the...

It would be great if multiple blocks examples were added: - blocks-jsx/07-multiple-blocks - blocks-non-jsx/07-multiple-blocks Some (untested) references: - https://www.youtube.com/watch?v=O_4loYiEcbg - https://wordpress.stackexchange.com/questions/407748/how-to-register-two-blocks-in-the-same-plugin - https://github.com/ryanwelcher/twitch/tree/trunk/plugins/native-multiple-blocks - https://luigicavalieri.com/blog/registering-multiple-gutenberg-blocks-using-block_json-files/ regards

With configuration: ``` ``` A false positive is occurring: "Found unimported symbol 'dbDelta'." I can see `dbdelta` (lowercase) is included in `WordPressSymbols.php`. Question: Should the symbol list be case insensitive,...

bug

Hi Ninjas, Nice solution, but I have an issue: **My environment is:** - WordPress Version 6.8.1 - Is this a multisite? No - Server architecture Linux 6.6.63-MCIclouder663-c9 x86_64 - Web...

Currently, `WordPress.PHP.DevelopmentFunctions.error_log_print_r` states: _print_r() found. Debug code should not normally be used in production._ Should this be modified to allow `print_r()`, providing the return is true? Example: `print_r( $value, true)`...

Status: Awaiting feedback

Hi, Will there be an update for phpcs 4.0.x?