woocommerce_attribute

woocommerce_attribute

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

See hook in core

Displaying hooks found in version: woocommerce.8.8.3

apply_filters('woocommerce_attribute') is found 1 times:

  • /includes/wc-template-functions.php line 3614
    		}
    
    		$product_attributes[ 'attribute_' . sanitize_title_with_dashes( $attribute->get_name() ) ] = array(
    			'label' => wc_attribute_label( $attribute->get_name() ),
    			'value' => apply_filters( 'woocommerce_attribute', wpautop( wptexturize( implode( ', ', $values ) ) ), $attribute, $values ),
    		);
    	}
    
    	/**
    	 * Hook: woocommerce_display_product_attributes.
    	 *