Wishlist_Detail::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Wishlist_Detail.php

	public function get_data() {
		return [
			self::WISHLIST   => $this->options[ self::WISHLIST ],
			self::PRODUCTS   => $this->render_products( $this->options[ self::WISHLIST ] ),
			self::BREADCRUMB => $this->render_breadcrumb( $this->options[ self::WISHLIST ] ),
			self::HEADER     => $this->render_header( $this->options[ self::WISHLIST ] ),
		];
	}

User Contributed Notes

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