Order_History::default_attributes()

Summary

No summary available.

Source

File: src/BigCommerce/Shortcodes/Order_History.php

	public static function default_attributes() {
		return [
			'paged'    => 1, // 1 to enable pagination
			'per_page' => 0, // number of orders to show at a time
			'ajax'     => 0, // internal use: set to 1 for ajax pagination requests
		];
	}


User Contributed Notes

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