Amp_Cart_Items::get_data()

Summary

No summary available.

Source

File: src/BigCommerce/Templates/Amp_Cart_items.php

	public function get_data() {
		return array_merge(
			parent::get_data(),
			[
				/**
				 * Filters REST proxy base.
				 *
				 * @param string $proxy_base Proxy base.
				 */
				self::PROXY_BASE => apply_filters( 'bigcommerce/rest/proxy_base', 'bc/v3' ),
			]
		);
	}


User Contributed Notes

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