You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my bad surprise i see that you handle embeds. For my case that is not needed and there was CSS conflict.
I added add_filter( 'air_cookie\embeds', '__return_false' );
into my functions.php file but notthing happened and iframemanager.css file is still loaded.
I would like very much if this file would not be enqued if __return_false is defined in code.
The text was updated successfully, but these errors were encountered:
Hi!
For my bad surprise i see that you handle embeds. For my case that is not needed and there was CSS conflict.
I added
add_filter( 'air_cookie\embeds', '__return_false' );
into my functions.php file but notthing happened and iframemanager.css file is still loaded.
I would like very much if this file would not be enqued if __return_false is defined in code.
The text was updated successfully, but these errors were encountered: