Conversation

Show replies
Replying to
Yeah can you please stop with this Gutenberg shit? Why do you insist on adding CSS + JS on every page load when it's not needed? solution for fixing it this time: function dbl() { wp_dequeue_style( 'global-styles' ); } add_action( 'wp_enqueue_scripts', 'dbl', 100 );
Show additional replies, including those that may contain offensive content
Show