Disable front-end css
-
Is there a way to disable/dequeue the front-end css? I’m not using the predefined styles to display the profile image and want to reduce the number of requests to the server.
I tried
wp_dequeue_style( ‘mpp_gutenberg-css’ );but it didn’t work.
- The topic ‘Disable front-end css’ is closed to new replies.