Skip to content

Commit

Permalink
PHPStan compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
n7studios committed Dec 17, 2024
1 parent 3818f74 commit 29dc7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/class-convertkit-admin-cache-plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function wp_rocket() {
$settings[] = $this->key;

// Update configuration to include excluding caching for the ck_subscriber_id cookie.
return update_rocket_option( 'cache_reject_cookies', $settings );
update_rocket_option( 'cache_reject_cookies', $settings );

}

Expand Down

0 comments on commit 29dc7f4

Please sign in to comment.