Wishlist_New_Button::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Wishlist_New_Button.php

	public function get_data() {
		return [
			self::LABEL      => $this->options[ self::LABEL ],
			self::ATTRIBUTES => $this->build_attribute_string( $this->required_attributes() ),
			self::FORM       => $this->render_form_template( $this->options[ self::PRODUCTS ] ),
		];
	}

User Contributed Notes

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