Automattic\WooCommerce\Internal\ProductFilters\Interfaces
FilterUrlParam::get_param
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() FilterUrlParam::get param code WC 10.3.3
public function get_param( string $type ): array;