| Current Path : /home/ereika83/www/wp-content/plugins/wpdatatables/templates/frontend/ |
| Current File : /home/ereika83/www/wp-content/plugins/wpdatatables/templates/frontend/aggregate_functions.inc.php |
<?php defined('ABSPATH') or die('Access denied.'); ?>
<?php if ($value_only != 1) {?>
<div class='wdt-column-<?php echo esc_attr($function) ?>' data-table-id='<?php echo esc_attr($table_id) ?>'
data-column-id='<?php echo esc_attr($col_id) ?>'
data-column-orig-header='<?php echo esc_attr($column['orig_header']) ?>'>
<strong><?php echo esc_html($label) ?> </strong>
<span class='wdt-column-<?php echo esc_attr($function) ?>-value'><?php echo esc_html($funcResult) ?></span>
</div>
<?php } else {
echo esc_html($funcResult);
} ?>