Skip to content

Commit

Permalink
Update rocket buffer priority for cdn -- wp-media/imagify-plugin#891
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Oct 4, 2024
1 parent a8997d9 commit 64f3892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/Engine/CDN/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public function __construct( Options_Data $options, CDN $cdn ) {
public static function get_subscribed_events() {
return [
'rocket_buffer' => [
[ 'rewrite', 20 ],
[ 'rewrite_srcset', 21 ],
[ 'rewrite', 2 ],
[ 'rewrite_srcset', 3 ],
],
'rocket_css_content' => 'rewrite_css_properties',
'rocket_usedcss_content' => 'rewrite_css_properties',
Expand Down

0 comments on commit 64f3892

Please sign in to comment.