Help me remove this action #147
squarewave17
started this conversation in
Coding (HTML, PHP, CSS, JS)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i'm trying to remove the styles added in /OxyWooCommerce.php via "add_action('oxygen_default_classes_output', array($this, 'global_styles_universal_css'));" in the constructor.
I've tried a few different method revolving around "remove_action( 'oxygen_default_classes_output', array( $OxyWooCommerce, 'global_styles_universal_css' ));" but to no avail.
Can anyone point me in a better direction?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions