Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created May 31, 2023 07:06
Show Gist options
  • Save xlplugins/47cbfeb142e0744db428d3332b472ca9 to your computer and use it in GitHub Desktop.
Save xlplugins/47cbfeb142e0744db428d3332b472ca9 to your computer and use it in GitHub Desktop.
untitled
add_action( 'wp_head', function () {
?>
<style>
body.single-product .mfp-wrap, .mfp-bg {
display: none
}
body.single-product a.added_to_cart.wc-forward {
display: none;
}
</style>
<?php
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment