Clement Boirie

Results 14 issues of 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...

Type: Enhancement
Component: Core

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

enhancement
status: blocked
status: needs tests

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

[Type] Bug
ui
priority: medium

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

command:cache
command:transient

This PR add documentation for the `WordPress.DB.SlowDBQuery` sniff. Part of #1722

Status: Awaiting feedback
Type: Documentation
Focus: DB

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

bug

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