Product_Reviews::default_attributes()

Summary

Set default attributes


Return

(array)


Source

File: src/BigCommerce/Shortcodes/Product_Reviews.php

	public static function default_attributes() {
		return [
			'id'      => '', // BigCommerce product ID
			'post_id' => '', // WordPress product post ID
		];
	}


User Contributed Notes

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