Wishlist_Public_View::remove_refinery( array $template_data )

Summary

Remove the refinery component from the product archive template


Parameters

$template_data

(array) (Required)


Return

(array)


Source

File: src/BigCommerce/Accounts/Wishlists/Wishlist_Public_View.php

	public function remove_refinery( $template_data ) {
		$template_data[ Product_Archive::REFINERY ] = '';
		return $template_data;
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.