Skip to content

wpto_column_type

Fazle Bari edited this page Jan 10, 2021 · 2 revisions
apply_filters( 'wpto_column_type', $type, $keyword, $table_ID, $product, $settings, $column_settings );

Handle type of items or column td

Parameters

$type

Get the type of column such as taxonomy, custom_field, acf, audio etc

$keyword

Returns column keywords as array

$table_ID

Get Table ID

$product

Get global $product data

$settings

Get all settings as array

$column_settings

Get columns as array

Return #

(array) Returns the type of column such as taxonomy, custom_field, acf, audio etc.

File Location #

includes/extra_items_manager.php

Source Code #

View Source Code #

Clone this wiki locally