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