WC_Shortcode_Products::get_attributes()publicWC 3.2.0

Get shortcode attributes.

Method of the class: WC_Shortcode_Products{}

No Hooks.

Return

Array.

Usage

$WC_Shortcode_Products = new WC_Shortcode_Products();
$WC_Shortcode_Products->get_attributes();

Changelog

Since 3.2.0 Introduced.

WC_Shortcode_Products::get_attributes() code WC 8.6.1

public function get_attributes() {
	return $this->attributes;
}