| @@ -130,13 +130,9 @@ | ||
| 130 | 130 | * Generates dynamic css from customizer options. |
| 131 | 131 | * @return void |
| 132 | 132 | */ |
| 133 | 133 | public function dynamic_css() { |
| 134 | - // Also emit on single WooCommerce product pages so the "Product FAQ for | |
| 135 | - // WooCommerce" customizer controls (.betterdocs-woo-product-faq rules) | |
| 136 | - // apply there — is_templates() only covers docs/KB templates. | |
| 137 | - $is_woo_product = function_exists( 'is_product' ) && is_product(); | |
| 138 | - if ( ! betterdocs()->helper->is_templates() && ! $is_woo_product ) { | |
| 134 | + if ( ! betterdocs()->helper->is_templates() ) { | |
| 139 | 135 | return false; |
| 140 | 136 | } |
| 141 | 137 | /** |
| 142 | 138 | * Don't remove this line, it's used in dynamic.css.php file. |