Gaël Robin

Results 97 comments of Gaël Robin

@copilot You can remove your change from `inc/deprecated/*`

Hello, I can't reproduce the issue, seems like it's already checking if it starts with a `/`. On my end, if I don't start my regex with a `/`, it...

@jeawhanlee stop me if I'm wrong, isn't it from PluginFamily rather than WP Rocket ? https://github.com/wp-media/plugin-family/blob/trunk/src/Controller/PluginFamily.php#L444 here ?

Just saw https://github.com/wp-media/wp-rocket/blob/develop/tests/Fixtures/inc/Engine/Admin/RocketInsights/AJAX/Controller/HandleSyncSubmissionTest.php Need to check if it's the right one, but if it is, it's the wrong path.

## Scope a solution - Add `'generatepress'` to the compatibilities array in [ThemeResolver.php](inc/ThirdParty/Themes/ThemeResolver.php#L16) - Create a new compatibility class [GeneratePress.php](inc/ThirdParty/Themes/GeneratePress.php) implementing `Subscriber_Interface` with a method to add `.site-footer` to ALR...

### Scope a solution When the post is a draft, wrap the disabled "Test the page" button with the existing tooltip markup (`.wpr-btn-with-tool-tip` + `.wpr-tooltip` pattern already used in the...

## Scope a solution When a Rocket Insights test completes, the plugin needs to send the calculated global score to the SaaS API. For automatic tests (homepage auto-add on activation),...

## Scope a Solution ### 1. Create API Client for Plugin Settings **New file**: `inc/Engine/License/API/PluginSettingsClient.php` - Follow same pattern as `UserClient.php` (extend AbstractSafeAPIClient) - API endpoint: `https://api.wp-rocket.me/api/wp-rocket/plugin-settings.php` - Request: POST...

@jeawhanlee Thanks for raising this point. Here is an updated grooming, the update resides mostly in `3. Update Rocket Insights Context` ----- ## Scope a Solution ### 1. Create API...