Clement Boirie
Clement Boirie
## Is your feature request related to a problem? I notice sometimes when using the PHPStorm autocompletion for WordPress hooks that some hooks I use to used don't show up...
PKCE support
### All Submissions: * [x] Have you followed the [plugin Contributing guideline](https://github.com/oidc-wp/openid-connect-generi/blob/dev/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there...
This pull request fixes issues #1, #14. It will apply the following changes : * Fix missing accented characters * Handle combined accents
Initially reported in slack [#meta channel](https://wordpress.slack.com/archives/C02QB8GMM/p1695971223487939). ## Description On the current [developer documentation](https://developer.wordpress.org/), some code blocks are missing indentation when displaying multiple lines (see attached screenshot). Examples where this issue...
This change is related to a [PR](https://github.com/WordPress/gutenberg/pull/58638) in gutenberg to display localize name for suggestions in the link component. This change felt too complex to be added to the gutenberg...
Add commands for plucking and patching values from object cache and transient. Fixes #26
This PR add documentation for the `WordPress.DB.SlowDBQuery` sniff. Part of #1722
### Version 4.9.26 ### What did you expect to happen? Follow up to #44 Following the security release for WordPress 6.5.5, I want to update my dependency to `roots/wordpress` 4.9.26....
This PR implement changes proposed in[ ticket 17904#comment:64](https://core.trac.wordpress.org/ticket/17904#comment:64) The goal is to align how single and multisite check the validity of a username. **Changes in PR :** * Update `validate_username()`...
Mark credentials with the new `SensitiveParameter` attribute available in PHP 8.2 to hide them in stack traces or log. Trac ticket: https://core.trac.wordpress.org/ticket/57304 --- **This Pull Request is for code review...