Products::__construct( $shortcode_controller )

Summary

No summary available.

Source

File: src/BigCommerce/Shortcodes/Products.php

	public function __construct( $shortcode_controller ) {
		$this->shortcode_rest_controller = $shortcode_controller;
	}


User Contributed Notes

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