Automattic\WooCommerce\Internal\ProductFilters\Interfaces

FilterUrlParam::get_parampublicWC 1.0

Get the param.

Method of the class: FilterUrlParam{}

No Hooks.

Returns

Array.

Usage

$FilterUrlParam = new FilterUrlParam();
$FilterUrlParam->get_param( $type ): array;
$type(string) (required)
The type of param to get.

FilterUrlParam::get_param() code WC 10.3.3

public function get_param( string $type ): array;