Disable css in version 2.9.0

Since the update to version 2.9.0 the function:

add_filter( ‘gform_disable_css’, ‘__return_true’ );

does not seem to work anymore. I have written my own css on many website. After updating to 2.9.0 the standard css (theme?) is outputted. The above function should prevent that. I do not need this css (I don’t want to load it!). But worse: the whole layout is messed up now. So I was forced to rollback.

Did anyone experience this aswel?

1 Like

This is a known issue that will be resolved in 2.9.1

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.