woocommerce_reset_variations_link

woocommerce_reset_variations_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_reset_variations_link') is found 1 times:

  • /templates/single-product/add-to-cart/variable.php line 55
    								 * @since 2.5.0
    								 *
    								 * @param string  $button The reset variation button HTML.
    								 */
    								echo end( $attribute_keys ) === $attribute_name ? wp_kses_post( apply_filters( 'woocommerce_reset_variations_link', '<a class="reset_variations" href="#" aria-label="' . esc_attr__( 'Clear options', 'woocommerce' ) . '">' . esc_html__( 'Clear', 'woocommerce' ) . '</a>' ) ) : '';
    							?>
    						</td>
    					</tr>
    				<?php endforeach; ?>
    			</tbody>
    		</table>