114, ‘type’ => ‘total’));
$second_number = FrmProStatisticsController::stats_shortcode(array(‘id’ => 154, ‘type’ => ‘total’));
$third_number = FrmProStatisticsController::stats_shortcode(array(‘id’ => 173, ‘type’ => ‘count’));
$fourth_number = FrmProStatisticsController::stats_shortcode(array(‘id’ => 166, ‘type’ => ‘total’));
$sum_total = $first_number + $second_number + $third_number + $fourth_number;
$direct_text = ‘test’;
print ($direct_text . $sum_total);
?>
0