Skip to content

Commit 3385563

Browse files
committed
jquery: Dequeue akismet-widget-style-inline-css
Since a few weeks ago, Akismet is unconditionally adding a style tag on every page of the site, for a widget that isn't even used. Ref https://plugins.trac.wordpress.org/changeset/3232287/ Ref https://wordpress.org/support/topic/unused-styles-queues-on-every-page-since/ Ref jquery/infrastructure-puppet#17
1 parent 33048cc commit 3385563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/jquery/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
wp_dequeue_style('wp-block-library');
2222
wp_dequeue_style('classic-theme-styles');
2323
wp_dequeue_style('global-styles');
24+
wp_dequeue_style('akismet-widget-style-inline-css');
2425
});
2526
});
2627

0 commit comments

Comments
 (0)