I want to deregister Google Fonts to defer the loading. The style id is dynamic.

wp_enqueue_style( 'theme-google-fonts-' . md5( $google_font_url ), $google_font_url, array() );

How can I deregister or dequeue a function like that?

Thanks!!

0

Leave a Reply

Your email address will not be published. Required fields are marked *