Automattic\WooCommerce\Internal\ProductFilters\Interfaces

FilterUrlParam::get_parampublicWC 1.0

Get the param.

Метод класса: FilterUrlParam{}

Хуков нет.

Возвращает

Массив.

Использование

$FilterUrlParam = new FilterUrlParam();
$FilterUrlParam->get_param( $type ): array;
$type(строка) (обязательный)
The type of param to get.

Код FilterUrlParam::get_param() WC 11.0.1

public function get_param( string $type ): array;