Skip to content

wpto_checkbox_validation

Fazle Bari edited this page Jan 10, 2021 · 1 revision
apply_filters( 'wpto_checkbox_validation', $bool, $enabled_column_array,$column_settings, $table_ID, $atts );

To on/off of table’s checkbox button on the top right of table.

Parameters

$bool

Returns default false

$enabled_column_array

Get all the enabled columns as array

$column_settings

Get all the column settings values.

$column_array

Get column array

$table_ID

Table Id

$atts

Get shortcode attributes

Return #

(Boolean) Return default false.

File Location #

includes/shortcode.php

Source Code #

View Source Code

Clone this wiki locally