WC_Shortcode_Products::get_attributes()
Get shortcode attributes.
Метод класса: WC_Shortcode_Products{}
Хуков нет.
Возвращает
Массив
.
Использование
$WC_Shortcode_Products = new WC_Shortcode_Products(); $WC_Shortcode_Products->get_attributes();
Список изменений
С версии 3.2.0 | Введена. |
Код WC_Shortcode_Products::get_attributes() WC Shortcode Products::get attributes WC 9.6.1
public function get_attributes() { return $this->attributes; }