WC_Shortcode_Products::get_attributes
Get shortcode attributes.
Method of the class: WC_Shortcode_Products{}
No Hooks.
Returns
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() WC Shortcode Products::get attributes code WC 10.6.2
public function get_attributes() {
return $this->attributes;
}