Leonidas Milosis
Leonidas Milosis
WP 6.5 introduced the `wp_is_serving_rest_request()` function (and the `wp_is_rest_endpoint()` function) that can rcompletely replace our `Request_Helper` class, so let's do that and use the core `wp_is_serving_rest_request()` function instead. Things to...
⚠️ THIS IS VERY MUCH A WORK IN PROGRESS ⚠️ TODO: * Maybe, it would be nice to create separate commands per FTC step and then combine them for the...
## Context * ## Summary This PR can be summarized in the following changelog entry: * Fixes a bug where the yoast user settings would be wiped out after a...
For the **Yoast SEO settings** fields in the user's profile, we show them only when the respective feature is enabled. In order: * we show the **Title to use for...
A user could forget to wipe the metabox entries when they change a page to be password protected. And we can maybe warn them about that if we detect that....
In `packages\helpers\src\social-preview-image-validation\twitterValidation.js` we have the `validatesBytes()` function that's supposed to show a `The file size of the uploaded image is too large for X. File size must be less than...