Automattic\WooCommerce\Internal\ProductFilters\Interfaces
FilterUrlParam::get_param
Get the param.
Метод класса: FilterUrlParam{}
Хуков нет.
Возвращает
Массив.
Использование
$FilterUrlParam = new FilterUrlParam(); $FilterUrlParam->get_param( $type ): array;
- $type(строка) (обязательный)
- The type of param to get.
Код FilterUrlParam::get_param() FilterUrlParam::get param WC 11.0.1
public function get_param( string $type ): array;