studiopress / genesis-simple-faq

An accessible, performant WordPress plugin that adds FAQ management and rendering to your Genesis child theme.
10 stars 7 forks source link

Add Option to Disable Inline CSS #28

Closed bgardner closed 6 years ago

bgardner commented 7 years ago

As the title explains, let's add a filter to completely remove the inline CSS from the head, in lieu of the theme adding those critical styles to the theme style sheet.

nickcernis commented 7 years ago

Confirmed that add_filter( 'gs_faq_print_styles', '__return_false' ); suppresses inline CSS output:

test_faq_page_and_test_faq_page