Users' logs are filled with deprecated warnings when the old filters are used:
rocket_rucss_pending_jobs_cron_rows_countrocket_rucss_pending_jobs_cron_interval
Checklists
Feature validation
[ ] I validated all the Acceptance Criteria. If possible, provide sreenshots or videos.
[ ] I triggered all changed lines of code at least once without new errors/warnings/notices.
[ ] I implemented built-in tests to cover the new/changed code.
Documentation
[ ] I prepared the user documentation for the feature/enhancement and shared it in the PR or the GitHub issue.
[ ] The user documentation covers new/changed entry points (endpoints, WP hooks, configuration files, ...).
[ ] I prepared the technical documentation if needed, and shared it in the PR or the GitHub issue.
Code style
[ ] I wrote self-explanatory code about what it does.
[ ] I wrote comments to explain why it does it.
[ ] I named variables and functions explicitely.
[ ] I protected entry points against unexpected inputs.
[ ] I did not introduce unecessary complexity.
[ ] I listed the introduced external dependencies explicitely on the PR.
[ ] I validated the repo-specific guidelines from CONTRIBUTING.md.
Observability
[ ] I handled errors when needed.
[ ] I wrote user-facing messages that are understandable and provide actionable feedbacks.
[ ] I prepared ways to observe the implemented system (logs, data, etc.).
Risks
[ ] I explicitely mentioned performance risks in the PR.
[ ] I explicitely mentioned security risks in the PR.
Description
Fixes #84
Needed to update the filters used in this helper to reflect changes made starting in version 3.16: https://github.com/wp-media/wp-rocket-helpers/tree/32ad8323d4c52aff9745613ce13aaacf115380a6/various/wp-rocket-change-parameters
rocket_saas_pending_jobs_cron_rows_count
rocket_saas_pending_jobs_cron_interval
Users' logs are filled with deprecated warnings when the old filters are used:
rocket_rucss_pending_jobs_cron_rows_count
rocket_rucss_pending_jobs_cron_interval
Checklists
Feature validation
Documentation
Code style
Observability
Risks