Skip to content

wpto_table_show

Fazle Bari edited this page Jan 3, 2021 · 1 revision
apply_filters( 'wpto_table_show', $bool, $table_ID, $args, $config_value, $atts );

Before table tab, to show/hide table – true for showing, false for hiding table.

Parameters

$bool

Returns default true.

$table_ID

Table Id

$args

Get all the arguments

$config_value

Get all the configuration values.

$atts

Get shortcode attributes

Return

(Boolean) Return default true.

File Location

includes/shortcode.php

Source Code

View Source Code

Clone this wiki locally