wc_gallery_noscript()
Show the gallery if JS is disabled.
No Hooks.
Return
null
. Nothing (null).
Usage
wc_gallery_noscript();
Changelog
Since 3.0.6 | Introduced. |
wc_gallery_noscript() wc gallery noscript code WC 9.7.1
<?php function wc_gallery_noscript() { ?> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <?php }