wc_gallery_noscript()
Show the gallery if JS is disabled.
Description Description
Source Source
File: includes/wc-template-functions.php
function wc_gallery_noscript() {
?>
<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.6 | Introduced. |