Skip to content

Commit

Permalink
Parse correct param
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee committed Apr 22, 2024
1 parent 28c0816 commit a120646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Optimization/RUCSS/Admin/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ protected function is_deletion_enabled(): bool {
*/
return (bool) rocket_apply_filter_and_deprecated(
'rocket_saas_deletion_enabled',
true,
[ true ],
'3.16',
'rocket_rucss_deletion_enabled'
);
Expand Down

0 comments on commit a120646

Please sign in to comment.