wp-media / wp-rocket-helpers

🚀 Helper plugins for specific use cases with WP Rocket. ☝️ TEST BEFORE USE! ☝️
https://wp-rocket.me/support/
GNU General Public License v2.0
202 stars 68 forks source link

Update filters of Change Parameters helper #84

Closed joejoe04 closed 5 months ago

joejoe04 commented 5 months ago

Describe the bug Need 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

Expected behavior Correct filters should be used so no logs are created.