Product_Shortcode_Grid::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Product_Shortcode_Grid.php

	public function get_data() {
		return [
			self::CARDS      => $this->options[ self::CARDS ],
			self::PAGINATION => $this->get_pagination( $this->options[ self::NEXT_PAGE_URL ] ),
			self::WRAP       => $this->options[ self::WRAP ],
			self::COLUMNS    => $this->options[ self::COLUMNS ],
		];
	}

User Contributed Notes

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