WC_Shortcode_Products::get_attributes()
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() WC Shortcode Products::get attributes code WC 9.4.2
public function get_attributes() { return $this->attributes; }